Class 12: SQL Question Set 3 2

6.
The SQL keyword ________ is used to specify the tables that contains the data to be retrieved.

 

7.
To remove duplicate rows from the result of a query, specify the SQL qualifier ____ in select list.

 

8.
To obtain all columns, use an ___ instead of listing all the column names in the select list.

 

9.
The SQL ______ clause contains the condition that specifies which rows are to be selected.

 

10.
To sort the row of the result table , the _____ ______ clause is specified.