1.

What is WHERE clauses also share qualities ?

Answer»

WHERE clauses sieve VARIOUS queries like SELECT, UPDATE, DELETE, and INSERT. They represent criteria used to determine activity. They are visible after a table name, and their condition follows. The WHERE clause equally crucial like statements.

Qualities of the WHERE clause –

  • It is an alternative.
  • It ENABLES any condition to be specified.
  • It PROVIDES the specification of various conditions.
  • It's a Case sensitivity only APPLIES to statements using LIKE comparisons.


Discussion

No Comment Found