Computer Science, asked by akashgummadi9, 3 months ago

Which of the following SQL command clause is used to filter the number of rows fetched?​

Answers

Answered by saleembaig00990
30

Answer:

SQL Server provides the top clause to restrict the number of rows to be fetched.

Explanation:

Please mark me as a brainlist .

Answered by aburaihana123
1

SQL command WHERE clause is used to filter the number of rows fetched

Explanation:

  • Filtering records is done with the WHERE clause. It's used to retrieve only the records that meet a set of criteria.
  • In SQL, the WHERE clause specifies that a SQL Data Manipulation Language (DML) statement should only affect rows that fulfill certain criteria. In a nutshell, the SQL WHERE clause is being used to extract just those results from a SQL statement like SELECT, INSERT, UPDATE, or DELETE.
Similar questions