Sail E0 Webinar
Question
Which of the following query finds the names of the sailors who have reserved at least one boat?
Options:
A .  SELECT DISTINCT s.sname FROM sailors s, reserves r WHERE s.sid = r.sid;
B .  SELECT s.sname FROM sailors s, reserves r WHERE s.sid = r.sid;
C .  SELECT DISTINCT s.sname FROM sailors, reserves WHERE s.sid = r.sid;
D .  None of These
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers