This question asked in CBSE SQP-2020

Which clause is used to sort the records of a table?

 

Answer:

The ORDER BY clause is used to sort the records of a table.

Syntax: SELECT column1 , column2, ...

      FROM table_name

      ORDER BY column1, column2, ... ASC | DESC ;

 

Example:

Question 1 Very short- image 5.jpg

Question 1 Very short- image 4.jpg


Transcript

This question asked in CBSE SQP-2020 Which clause is used to sort the records of a table? Answer: The ORDER BY clause is used to sort the records of a table. Syntax: SELECT column1, column2, ... FROM table_name ORDER BY column1, column2, ... ASC|DESC; Example:

Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.