Computer Science
Fill in the blanks:
To obtain all columns, use a(n) _________ instead of listing all the column names in the select list.
SQL Queries
2 Likes
Answer
asterisk(\*)
Answered By
1 Like
Related Questions
Fill in the blanks:
The SQL keyword _________ is used to specify the table(s) that contains the data to be retrieved.
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:
The SQL _________ clause contains the condition that specifies which rows are to be selected.
Fill in the blanks:
To sort the rows of the result table, the _________ clause is specified.