QUESTION NO: 61
You created an ORDERS table with the following description:
Exhibit:
You inserted some rows in the table. After some time, you want to alter the table by creating the
PRIMARY KEY constraint on the ORD_ID column.
Which statement is true in this scenario?
A. You cannot add a primary key constraint if data exists in the column
B. You can add the primary key constraint even if data exists, provided that there are no duplicate
values(即使数据存在,如果没有重复值,你能添加主键约束)
C. The primary key constraint can be created only a the time of table creation
D. You cannot have two constraints on one column
Answer: B
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29876893/viewspace-1631096/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/29876893/viewspace-1631096/
本文讨论了在一个已存在的ORDERSTable的ORD_ID列上添加主键约束的问题。文章指出,即便表中已有数据,只要ORD_ID列没有重复值,就可以成功添加主键约束。
1496

被折叠的 条评论
为什么被折叠?



