CUSTOMER
RENTALS
In the table RENTALS, Rtn provides the rental number (the primary key., Cname refers to the Cname in Customer, Pickup is the city where the car was picked up, and Return is the city where the car was returned.
RENTCOST
In RENTCOST, COST 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) of the table RENTALS (this table exists for the sake of testing SQL. Normally, the data here should be part of table RENTALS.
-The execution of the ACCESS SQL query SELECT CUSTOMER.Cname
FROM CUSTOMER INNER JOIN RENTALS
ON RENTALS.Cname = CUSTOMER.Cname
WHERE RENTALS.Make = 'FORD' AND RENTALS.Pickup = 'ERIE'
Produces the following number of rows:
A) 0
B) 1 or 2
C) 3 or 4
D) 5 or more
Correct Answer:
Verified
Q29: CUSTOMER Q30: CUSTOMER Q31: CUSTOMER Q32: CUSTOMER Q33: CUSTOMER Q35: CUSTOMER Q36: You can use a SELECT and an Q37: A self-join in a query requires the Q38: CUSTOMER Q39: Problems involving a chart of accounts in 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