ALTER TABLE postgresql_global_credit_store.customers ADD CONSTRAINT FK_customers_customer_segment_ FOREIGN KEY (customer_segment_id) REFERENCES postgresql_global_credit_store.customer_segments ...