Answers for "postgresql drop constraint foreign key"

SQL
2

postgresql drop primary key constraint

alter table public.test1 drop constraint test1_pkey
Posted by: Guest on December-04-2020
1

how to disable foreign key constraint in postgresql

ALTER TABLE tbl_StudentMarks DISABLE TRIGGER ALL;
Posted by: Guest on April-04-2021

Code answers related to "postgresql drop constraint foreign key"

Code answers related to "SQL"

Browse Popular Code Answers by Language