Question
Easy
........... clause allows sorting of query results by one or more columns.
1
ORDER BY
2
ALL
3
WHERE
4
DISTINCT
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option A
Explanation
The correct option is (1): The ORDER BY clause in Structured Query Language (SQL) is the specific and primary command used to sort the data retrieved by a SELECT statement. When a query is executed, the database management system (DBMS) does not guarantee any particular order for the result rows unless an ORDER BY clause is explicitly used. This clause allows you to specify one or more columns by which…Read More
Similar Questions from HTET Exam - Level 3 - Year 2016
Question 1
Easy
Source :
HTET 2016
Which is not a function of operating system?
Question 2
Easy
Source :
HTET 2016
Which generation of computers are based on artificial intelligence?
Question 3
Easy
Source :
HTET 2018
QWERTY is a type of what in the world of computers ?
Chapter :
Computer System & Hardware Fundamentals
Topic :
Architecture
Question 4
Easy
Source :
HTET 2018
In context of dependability in software engineering, the ability of the system to deliver services when requested, is called _______ and the ability of the…
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)