Question: Question 35 Explain what the following SQL query does. SELECT * FROM Passenger, Booking Not yet answered Marked out of 3.00 WHERE Passenger.PassengerID = Booking.Passengerin

Question 35 Explain what the following SQL query does. SELECT * FROM Passenger, Booking Not yet answered Marked out of 3.00 WHERE Passenger.PassengerID = Booking.Passengerin AND Satisfaction Rate = (SELECT min(Satisfaction Rate) FROM Booking) OR SatisfactionRate = (SELECT max(Satisfaction Rate) FROM Booking): p Flag question B. I = Im (L LG
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
