Question: After execution of the following SQL query SELECT CID, CName, Make, Rtn FROM Customer JOIN Rentals ON Customer. CID = Rentals.CID WHERE Rentals.CID > 2

After execution of the following SQL query
SELECT CID, CName, Make, Rtn
FROM Customer JOIN Rentals ON Customer. CID = Rentals.CID
WHERE Rentals.CID >20
The values appearing in the column CName of the result are:
JONES, JONES, MARTIN, SIMON, SIMON
JONES, MARTIN, SIMON
JONES, MARTIN, SIMON, null value
JONES, MARTIN, SIMON, TOYOTA
After execution of the following SQL query SELECT

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!