摘要:
1 添加約束的方式: [exec sp_helpconstraint 表名]->可用于查找到表创建的约束 2 CREATE TABLE stuInfo 3 ( 4 stuName VARCHAR(20) NOT NULL,非空約束 5 stuNo CHAR(6), Primary key(stuNo), 主鍵約束 6 stuAge INT NOT NULL check(stuA... 阅读全文
posted @ 2016-03-28 16:29
温故余学
阅读(884)
评论(0)
推荐(0)

浙公网安备 33010602011771号