Computer Science, asked by rajracha7070, 1 year ago

What does the following query find?
(SELECT DISTINCT r.sid
FROM boats b, reserves r
WHERE b.bid = r.bid
AND b.color = 'red')
MINUS
(SELECT DISTINCT r.sid
FROM boats b, reserves r
WHERE b.bid = r.bid
AND b.color = 'green')
A.Find the sailor IDs of all sailors who have reserved red boats but not green boats
B.Find the sailor IDs of at least one sailor who have reserved red boats but not green boats
C.Find the sailor Ids of atmost one sailor who have reserved red boats but not green boats
D.None of These

Answers

Answered by Neeraj723
1
______✨ HEY MATE ✨_____

➡️ Option (b) is the right answer ✔️

✌✌Hope it's help u ✌✌
Answered by afruja70
1
Hello mate

here's your answer

¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Option B✔✔

¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Hope it helps you
Similar questions