Solved

​The Following SQL Statement Contains Which Type of Subquery

Question 44

Multiple Choice

​The following SQL statement contains which type of subquery?
SELECT title FROM books WHERE EXISTS
(SELECT isbn FROM orderitems WHERE books.isbn = orderitems.isbn) ;


A) ​multiple-column
B) ​inline view
C) ​correlated
D) ​uncorrelated

Correct Answer:

verifed

Verified

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

Related Questions