You are not logged in.

#1 2015-09-18 06:13:34

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

SQL Temperature:

Database Quizzes SQL

Question:
Find the temperature in increasing order of all cities:

Option A):
SELECT city FROM weather ORDER BY temperature;
Option B):
SELECT city, temperature FROM weather ORDER BY temperature;
Option C):
SELECT city, temperature FROM weather;

Correct Answer is Option B):
SELECT city, temperature FROM weather ORDER BY temperature;


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-18 06:13:34

Advertisement
Ads By Google

Re: SQL Temperature:



\n

Board footer