Solved

​Structure of the ORDERITEMS Table

Question 88

Multiple Choice

​Structure of the ORDERITEMS table
​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) ;
-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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents