Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - SQL 的用法 » 数据完整性 » 实体和参照完整性

 

主键实施实体完整性

为每个表指定了主键后,客户端应用程序开发人员或数据库管理员不需要采取任何其它措施即可保持数据完整性。

表的所有者在创建表时定义了表的主键。如果他们以后要修改表的结构,也可以重新定义主键。

 另请参见