Q. Find all the tuples having a temperature greater than ‘Paris’.
โ
Correct Answer: (A)
SELECT * FROM weather WHERE temperature > (SELECT temperature FROM weather WHERE city = ‘Paris’
You must be Logged in to update hint/solution
Discussion
Question Analytics
482
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
91%
Success Rate