Database MCQS - QUESTION DETAILS

What is the purpose of the SQL DISTINCT keyword?
A. Sort the result set
B. Filter rows
C. Eliminate duplicate values
D. Combine rows into groups

'DISTINCT' is used to eliminate duplicate values in the result set.

Similar Questions

What is the purpose of the SQL Server AVG() function?






Which Oracle statement is used to create a new table in a database?






In SQL Server, what is the purpose of the XML data type?






In SQL Server, what does the term "ACID" stand for in the context of transactions?






What does SQL stand for in the context of Oracle Database?






What is the purpose of the SQL Server CHARINDEX() function?






In SQL Server, what is the purpose of the TRIGGER?






In SQL Server, what is the purpose of the SEQUENCE object?






Which SQL Server statement is used to remove all records from a table and reset identity seed?






In Oracle, what is the purpose of the TO_DATE() function?