Structure of the BOOKS table
Structure of the PUBLISHER table
-Which of the following SQL statements will display the name of each publisher that publishes a book classified in the COMPUTER category?
A) SELECT UNIQUE name
FROM books,publisher;
B) SELECT UNIQUE name
FROM books NATURAL JOIN publisher
WHERE category = 'COMPUTER';
C) SELECT DISTINCT name
FROM books JOIN publisher
WHERE category = 'COMPUTER';
D) both b and c
Correct Answer:
Verified
Q83: Q84: Q85: The _ keywords create a join automatically Q86: Q87: Data stored in separate tables can be Q89: The _ JOIN keyword can be used Q90: A(n)_ is an alternate name temporarily assigned 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