Multiple Choice
Figuer:
CUSTOMER In table CUSTOMER, CID is the primary key (Customer ID) .
RENTALS In the table RENTALS, RTN provides the rental number (the primary key) , CID is the customer's unique id, PICKUP is the city where the car was picked up, and Return is the city where the car was returned.
RENTCOST RENTCOST shows the base cost of renting a given MAKE for one day.
CITYADJ If the return city of table RENTALS is the one listed in table CITYADJ, the cost of the rental is multiplied by FACTOR and by DAYS shown in table RENTLENGTH below.
RENTLENGTH RENTLENGTH shows the number of days for the rental number (RTN) shown in table RENTALS. In a database used in reality, this table would be merged with the RENTALS table.
-DELETE FROM CUSTOMER WHERE CID IN
(SELECT CID FROM RENTALS WHERE RETURN IN
(SELECT BIRTHPLACE FROM CUSTOMER) )
The number of rows deleted from CUSTOMER by the execution of this query is:
A) 6
B) 5
C) 4
D) 3
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Type I nested queries can be used
Q9: In a difference problem using a Type
Q10: Figuer:<br>CUSTOMER <span class="ql-formula" data-value="\begin{array} {
Q11: Figuer:<br>CUSTOMER <span class="ql-formula" data-value="\begin{array} {
Q12: Nested queries can be used like a
Q14: Nested queries can be used as part
Q15: When using the SUM function with two
Q16: A nested query in which the inner
Q17: A nested query cannot have multiple levels,i.e.you
Q18: Figuer:<br>CUSTOMER <span class="ql-formula" data-value="\begin{array} {