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

1
Correct Answer :
SELECT city, temperature FROM weather ORDER BY temperature
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python