Solved

Structure of the CUSTOMERS Table

Question 92

Multiple Choice

  Structure of the CUSTOMERS table    ​ Structure of the ORDERS table    Structure of the ORDERITEMS table    Structure of the BOOKS table -Which of the following SQL statements will display books that have not been ordered recently?​ A)  ​SELECT title FROM books,orderitems WHERE books.isbn <> orderitems.isbn; B)  ​SELECT title FROM books NATURAL JOIN orderitems WHERE JOIN IS NULL; C)  ​SELECT title FROM books NATURAL JOIN orderitems MINUS SELECT title FROM books; D)  ​SELECT title FROM books MINUS SELECT title FROM books NATURAL JOIN orderitems; Structure of the CUSTOMERS table
  Structure of the CUSTOMERS table    ​ Structure of the ORDERS table    Structure of the ORDERITEMS table    Structure of the BOOKS table -Which of the following SQL statements will display books that have not been ordered recently?​ A)  ​SELECT title FROM books,orderitems WHERE books.isbn <> orderitems.isbn; B)  ​SELECT title FROM books NATURAL JOIN orderitems WHERE JOIN IS NULL; C)  ​SELECT title FROM books NATURAL JOIN orderitems MINUS SELECT title FROM books; D)  ​SELECT title FROM books MINUS SELECT title FROM books NATURAL JOIN orderitems;
Structure of the ORDERS table
  Structure of the CUSTOMERS table    ​ Structure of the ORDERS table    Structure of the ORDERITEMS table    Structure of the BOOKS table -Which of the following SQL statements will display books that have not been ordered recently?​ A)  ​SELECT title FROM books,orderitems WHERE books.isbn <> orderitems.isbn; B)  ​SELECT title FROM books NATURAL JOIN orderitems WHERE JOIN IS NULL; C)  ​SELECT title FROM books NATURAL JOIN orderitems MINUS SELECT title FROM books; D)  ​SELECT title FROM books MINUS SELECT title FROM books NATURAL JOIN orderitems; Structure of the ORDERITEMS table
  Structure of the CUSTOMERS table    ​ Structure of the ORDERS table    Structure of the ORDERITEMS table    Structure of the BOOKS table -Which of the following SQL statements will display books that have not been ordered recently?​ A)  ​SELECT title FROM books,orderitems WHERE books.isbn <> orderitems.isbn; B)  ​SELECT title FROM books NATURAL JOIN orderitems WHERE JOIN IS NULL; C)  ​SELECT title FROM books NATURAL JOIN orderitems MINUS SELECT title FROM books; D)  ​SELECT title FROM books MINUS SELECT title FROM books NATURAL JOIN orderitems; Structure of the BOOKS table
-Which of the following SQL statements will display books that have not been ordered recently?​


A) ​SELECT title
FROM books,orderitems
WHERE books.isbn <> orderitems.isbn;
B) ​SELECT title
FROM books NATURAL JOIN orderitems
WHERE JOIN IS NULL;
C) ​SELECT title FROM books NATURAL JOIN orderitems
MINUS
SELECT title FROM books;
D) ​SELECT title FROM books
MINUS
SELECT title FROM books NATURAL JOIN orderitems;

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