12th Class Computers Science Sample Paper SQL - Sample Paper-2

  • question_answer
    Select correct SQL query from below to find the temperature in increasing order of all cities from weather table

    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;

    Correct Answer: D

    Solution :

    [d] SELECT city, temperature FROM weather ORDER BY city;


You need to login to perform this action.
You will be redirected in 3 sec spinner