MySQL Syntax in creating Foreign Key

后端 未结 3 1016
攒了一身酷
攒了一身酷 2021-01-11 22:48

Is this syntax correct in creating a Foreign Key?

create table department
(
  departmentID int not null auto_increment primary key,
  name varchar(30)
) type         


        
3条回答
提交回复
热议问题