Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

What is the answer to this question?

What is the answer to this question?

SELECT MAKE
FROM RENTALS, CUSTOMER
WHERE RENTALS.CID = CUSTOMER.CID AND RESID_CITY = ‘HEMET’
GROUP BY MAKE
HAVING COUNT (DISTINCT RENTALS.CID) =
(SELECT COUNT(*) FROM CUSTOMER
WHERE RESID_CITY = ‘HEMET’)
The execution of this query produces the following number of rows:
A. 0
B. 1
C. 2
D. 3

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"