题目
BU.330.770.T2.FA25 Quiz 2- Requires Respondus LockDown Browser
单项选择题
Which of the following SQL statements is invalid and will result in an error message? Assume that the BOOKS table currently has no constraints and contains no data. For your information, BOOKS and PUBLISHER tables have a relationship shown below:
选项
A.ALTER TABLE books
ADD CONSTRAINT books_isbn_pk;
B.ALTER TABLE books
ADD CONSTRAINT books_pubid_fk FOREIGN KEY (pubid)
REFERENCES publisher (pubid);
C.ALTER TABLE books
ADD CONSTRAINT books_isbn_pk PRIMARY KEY (isbn);

查看解析
标准答案
Please login to view
思路分析
When evaluating which SQL statement is invalid in the given scenario, it helps to review what each statement is trying to do and what the table definitions imply.
Option 1: ALTER TABLE books
ADD CONSTRAINT books_isbn_pk;
This statement is malformed. It attempts to add a constraint but does not specify the type of constraint (PRIMARY KEY, UNIQUE, FOREIGN KEY, etc.) nor t......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
Which of the following statements about the FOREIGN KEY constraint is incorrect?
Which of the following statements about creating constraints is incorrect?
The UNIQUE constraint differs from the PRIMARY KEY constraint in what way?
Which 𝐴 𝐿 𝑇 𝐸 𝑅 𝑇 𝐴 𝐵 𝐿 𝐸 statement would be used to remove the 𝐹 𝑂 𝑅 𝐸 𝐼 𝐺 𝑁 𝐾 𝐸 𝑌 constraint named 𝐹 𝐾 𝐸 𝑚 𝑝 𝐷 𝑒 𝑝 𝑡 from the 𝐸 𝑚 𝑝 𝑙 𝑜 𝑦 𝑒 𝑒 𝑠 table?
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!