User A executes the following command to drop a large table in your database: SQL> DROP TABLE trans;
While the drop table operation is in progress, user B executes the following command on the same table: SQL> DELETE FROM trans WHERE tr_type=’SL’;
Which statement is true regarding the DELETE command()