Database MCQS - QUESTION DETAILS

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

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

Similar Questions

In SQL Server, what is the purpose of the IDENTITY property?






Which Oracle statement is used to grant specific privileges to a user?






In Oracle, what is the purpose of the JOIN clause?






Which Oracle function is used to find the current user?






What is the purpose of the SQL AS keyword?






In MySQL, what is the purpose of the SHOW TABLES statement?






What is the purpose of the Oracle RANK() function?






Which Oracle clause is used to add an index to an existing table?






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






What is the purpose of the Oracle DUAL table?