QQ网名大全

sql中如何在建好表后,用代码设置主键

比如你现在有个表叫Student
alter table Student
add constraint pk_student primary('stuId');
//其中pk_student是可以自己定义的,就是约束的名字
//stuId是主键名字
佚名
2024-05-14 11:15:26
最佳回答
类似问题(10)