Computer Science
Fill in the blanks:
To remove duplicate rows from the result of a query, specify the SQL qualifier _________ in select list.
SQL Queries
1 Like
Answer
DISTINCT
Answered By
2 Likes
Related Questions
Fill in the blanks:
SQL stands for _________ Query Language.
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 obtain all columns, use a(n) _________ instead of listing all the column names in the select list.
Fill in the blanks:
The SQL _________ clause contains the condition that specifies which rows are to be selected.