Computer Science
Fill in the blanks:
The SQL keyword _________ is used to specify the table(s) that contains the data to be retrieved.
SQL Queries
1 Like
Answer
FROM
Answered By
3 Likes
Related Questions
Consider the following query
SELECT * FROM employee ORDER BY salary ..............., name ...............;
To display the salary from greater to smaller and name in alphabetical order which of the following options should be used ?
- Ascending, Descending
- Asc, Desc
- Desc, Asc
- Descending, Ascending
Fill in the blanks:
SQL stands for _________ Query Language.
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.