Multiple choice technology programming languages Which of the following is true for delete? Delete statement can be given without writing where clause. We can delete two tables simultaneously Both a & b 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.