Answer to Question #76506 in Databases | SQL | Oracle | MS Access for J
In the query below, what is the statement in between parenthesis?
SELECT CUSTOMERNAME
FROM CUSTOMER_T
WHERE CUSTOMERID IN
(SELECT DISTINCT CUSTOMERID FROM ORDER_T)
a list
A correlated subquery
A non-correlated subquery
A correlated insert statement
1
2018-04-27T12:06:08-0400
A non-correlated subquery
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment