Ensure combination of two columns existing in another table

后端 未结 0 744
春和景丽
春和景丽 2020-12-24 03:29

How could one ensure the combination of two columns existing in another table?

CREATE TABLE a (
    aid          INTEGER      PRIMARY KEY
);

CREATE TABLE b (         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题