1.

Explain CLAUSE in SQL?

Answer»

It is the source of a rowset to be operated upon in a DML STATEMENT. These clauses are very common which is used with Select statement, UPDATE statement and Delete statement.

SQL provides with the following clauses that are GIVEN below:

  • WHERE
  • GROUP BY
  • HAVING
  • ORDER BY etc


Discussion

No Comment Found