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;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here