add remove split language chart show hidden hide
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
CREATE INDEX
CREATE TABLE
constraint_catalog constraint_schema constraint_name unique_constraint_catalog unique_constraint_schema unique_constraint_name match_option update_rule delete_rule
db_1051355232 public test_def_abc_fkey null null null NONE NO ACTION NO ACTION
SELECT 1
constraint_catalog constraint_schema constraint_name table_catalog table_schema table_name column_name ordinal_position position_in_unique_constraint
db_1051355232 public test_def_abc_fkey db_1051355232 public test_def abc_id 1 1
db_1051355232 public test_def_abc_fkey db_1051355232 public test_def abc_id2 2 2
SELECT 2
conname fk_table fk_columns ref_table ref_key_columns
test_def_abc_fkey test_def {abc_id,abc_id2} test_abc {id,id2}
SELECT 1