Which of the following statements deletes all rows in the HOMEWORK10 table? a. DELETE * FROM homework10;

Question:

Which of the following statements deletes all rows in the HOMEWORK10 table?
a. DELETE * FROM homework10;
b. DELETE *.* FROM homework10;
c. DELETE FROM homework10;
d. DELETE FROM homework10 WHERE amid = ‘*’;
e. Both c and d delete all rows in the HOMEWORK10 table.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: