If a table named MY_TAB contains 100 rows and the following statement is executed: What
will happen?

A.
The first 5 rows in the table will be deleted.
B.
The statement will fail because a subquery cannot be used with a DELETE statement.
C.
The last 5 rows in the table will be deleted.
D.
The statement will fail because a table name was not specified with the DELETE
statement.