Solved

Structure of the BOOKS Table

Question 97

Multiple Choice

  Structure of the BOOKS table    Structure of the PUBLISHER table -Which of the following will display the title,publication date,and publisher name of each book in the BUSINESS category?​ A)  SELECT title,pubdate,name FROM publisher JOIN books USING (pubid)  WHERE category = 'BUSINESS'; B)  SELECT title,pubdate,name FROM publisher JOIN books ON (pubid)  WHERE category = 'BUSINESS'; C)  SELECT title,pubdate,name FROM publisher OUTER JOIN books USING (pubid)  WHERE category = 'BUSINESS'; D)  SELECT title,pubdate,name FROM publisher CROSS JOIN books USING (pubid)  WHERE category = 'BUSINESS'; Structure of the BOOKS table
  Structure of the BOOKS table    Structure of the PUBLISHER table -Which of the following will display the title,publication date,and publisher name of each book in the BUSINESS category?​ A)  SELECT title,pubdate,name FROM publisher JOIN books USING (pubid)  WHERE category = 'BUSINESS'; B)  SELECT title,pubdate,name FROM publisher JOIN books ON (pubid)  WHERE category = 'BUSINESS'; C)  SELECT title,pubdate,name FROM publisher OUTER JOIN books USING (pubid)  WHERE category = 'BUSINESS'; D)  SELECT title,pubdate,name FROM publisher CROSS JOIN books USING (pubid)  WHERE category = 'BUSINESS'; Structure of the PUBLISHER table
-Which of the following will display the title,publication date,and publisher name of each book in the BUSINESS category?​


A) SELECT title,pubdate,name
FROM publisher JOIN books USING (pubid)
WHERE category = 'BUSINESS';
B) SELECT title,pubdate,name
FROM publisher JOIN books ON (pubid)
WHERE category = 'BUSINESS';
C) SELECT title,pubdate,name
FROM publisher OUTER JOIN books USING (pubid)
WHERE category = 'BUSINESS';
D) SELECT title,pubdate,name
FROM publisher CROSS JOIN books USING (pubid)
WHERE category = 'BUSINESS';

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