Database MCQS - QUESTION DETAILS

What is the purpose of the SQL Server SELECT TOP clause?
A. Filter rows
B. Sort the result set
C. Limit the number of rows returned
D. Join multiple tables

The SELECT TOP clause is used to limit the number of rows returned in SQL Server.

Similar Questions

In SQL Server, what is the purpose of the CONTAINSTABLE function?






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






What is the purpose of the SQL LIKE operator?






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






Which SQL Server function is used to find the length of a string?






What is the purpose of the Oracle UTL_FILE package?






In MySQL, what is the purpose of the IFNULL() function?






What is the purpose of the SQL Server CROSS APPLY operator?






Which Oracle statement is used to grant execute permissions on a stored procedure?






Which SQL function is used to find the current user in MySQL?