Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which query is not possible for SET data types?
UPDATE Flight SET hostesses={10} WHERE idFlight=1;
DELETE hostesses FROM Flight WHERE idFlight=1;
UPDATE Flight SET hostesses=hostesses + {9} WHERE idFlight=1;
SELECT idFlight, hostesses[0] FROM Flight WHERE idFlight = 1;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!