Multiple choice technology programming languages

Which of the following is true for delete?

  1. Delete statement can be given without writing where clause.

  2. We can delete two tables simultaneously

  3. Both a & b

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A DELETE statement in SQL can be executed without a WHERE clause, which results in deleting all rows from the specified table.