Computer Science, asked by Harryneelis, 1 month ago


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

Answers

Answered by shreyanshsagar10
3

Answer:

the answer is as follows:-

The result of each SELECT statement so far has included every row in the table (for the specified columns). You can use the WHERE clause to filter unwanted rows from the result. This filtering capability gives the SELECT statement its real power.

Explanation:

The result of each SELECT statement so far has included every row in the table (for the specified columns). You can use the WHERE clause to filter unwanted rows from the result. This filtering capability gives the SELECT statement its real power.

Similar questions