Answers for "postgresql add foreign key to existing column"

SQL
1

postgre alter table foreign key

ALTER TABLE distributors ADD CONSTRAINT distfk FOREIGN KEY (address) REFERENCES addresses (address) MATCH FULL;
Posted by: Guest on June-07-2021

Code answers related to "postgresql add foreign key to existing column"

Code answers related to "SQL"

Browse Popular Code Answers by Language