SQL: create primary key from foreign key and attribute

前端 未结 0 1378
旧时难觅i
旧时难觅i 2020-12-06 07:36

I\'m trying to create the primary key of a table from one foreign key and from one attribute of the table itself.

CREATE TABLE table (
    attribute int,
             


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