MCQOPTIONS
Bookmark
Saved Bookmarks
→
Database
→
Managing Databases With Oracle in Database
→
Which one of the following sorts rows in SQL?..
1.
Which one of the following sorts rows in SQL?
A.
SORT BY
B.
ALIGN BY
C.
ORDER BY
D.
GROUP BY
Answer» D. GROUP BY
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
The keyword BETWEEN can be used in a WHERE clause to refer to a range of values.
SELECT DISTINCT is used if a user wishes to see duplicate columns in a query.
The result of every SQL query is a table.
ORDER BY can be combined with the SELECT statements.
SUM, AVG, MIN, and MAX can only be used with numeric columns.
If you are going to use a combination of three or more AND and OR conditions, it is often easier to use the NOT and NOT IN operators.
Indexes may be created or dropped at any time.
SQL provides five built-in functions: COUNT, SUM, AVG, MAX, MIN.
The SQL keyword GROUP BY instructs the DBMS to group together those rows that have the same value in a column.
There is an equivalent join expression that can be substituted for all subquery expressions.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply