Answers for "postgresql remove constraint foreign key"

SQL
2

drop constraint psql

ALTER TABLE table_name
DROP CONSTRAINT constraint_name;
Posted by: Guest on June-09-2021
0

postgres disable foreign keys

SET session_replication_role = replica;
Posted by: Guest on June-11-2021

Code answers related to "postgresql remove constraint foreign key"

Code answers related to "SQL"

Browse Popular Code Answers by Language