If a table named MY_TAB contains 100 rows and the following statement is executed:
What will happen?
A.
The last 5 rows in the table will be deleted.
B.
The first 5 rows in the table will be deleted.
C.
The statement will fail because a subquery cannot be used with a DELETE statement.
D.
The statement will fail because a table name was not specified with the DELETE statement.
Explanation: