1) 实体完整性不可少(NOT NULL UNIQUE) ( 2) 列级约束与表级约束的区别 如果完整性约束涉及到该表的多个属性列,必须定义在表级上,否 则既可以定义在列级也可以定义...
基于12个网页-相关网页
Constraints Supports, primary, foreign, unique, not null constraint.
约束 支持主键、外键、惟一和非空约束。
For primary and unique keys, only the not null columns are listed and can be selected to define these keys.
对于主键和外键,只有非空列才能被列出和选择来定义这些键。
You can also use the system catalog views to retrieve information about NOT NULL, unique, primary key, foreign key, and table check constraints. For example.
也可以使用系统编目视图来检索关于NOT NULL、惟一、主键、外键和表检查约束的信息。
应用推荐