Computer Science
Fill in the blanks:
The SQL _________ clause contains the condition that specifies which rows are to be selected.
Related Questions
Fill in the blanks:
To remove duplicate rows from the result of a query, specify the SQL qualifier _________ in select list.
Fill in the blanks:
To obtain all columns, use a(n) _________ instead of listing all the column names in the select list.
Fill in the blanks:
To sort the rows of the result table, the _________ clause is specified.
Fill in the blanks:
Columns can be sorted in descending sequence by using the SQL keyword _________.