Structure of the ORDERITEMS table
-Based on the structure of the ORDERITEMS table,which of the following commands will make certain that the ISBN entered actually exists in the ISBN column of the BOOKS table?
A) ALTER TABLE orderitems
ADD FOREIGN KEY isbn REFERENCES BOOKS TABLE (isbn) ;
B) ALTER TABLE orderitems
MODIFY FOREIGN KEY (isbn) REFERENCES books(isbn) ;
C) ALTER TABLE orderitems
CREATE FOREIGN KEY (isbn) REFERENCES books(isbn) ;
D) ALTER TABLE orderitems
ADD FOREIGN KEY (isbn) REFERENCES books(isbn) ;
Correct Answer:
Verified
Q83: Which of the following constraints cannot be
Q84: Structure of the ORDERITEMS table
Q85: In the USER_CONSTRAINTS view,the value displayed in
Q86: Structure of the ORDERITEMS table
Q87: Which of the following keywords must have
Q89: Which of the following types of constraints
Q90: A FOREIGN KEY constraint can only reference
Q91: Which command can be used to determine
Q92: Structure of the ORDERITEMS table
Q93: In the USER_CONSTRAINTS view,the value displayed in
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents