Q.

SQL query to find the temperature in increasing order of all cities.

A. SELECT city FROM weather ORDER BY temperature
B. SELECT city, temperature FROM weather
C. SELECT city, temperature FROM weather ORDER BY temperature
D. SELECT city, temperature FROM weather ORDER BY city
Answer» D. SELECT city, temperature FROM weather ORDER BY city
558
0
Do you find this helpful?
4

Discussion

No comments yet