Database MCQS - QUESTION DETAILS

What is the purpose of the SQL Server 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 in SQL Server.

Similar Questions

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






Which SQL Server statement is used to add a new row to a table?






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






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






What is the purpose of the Oracle DBMS_SCHEDULER package?






What is the purpose of the SQL Server LIMIT clause?






What is the purpose of the Oracle UTL_FILE package?






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






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






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