Using the 'DELETE' statement erases the row definitely and there is no way to restore the rows. That’s what we call Physical Delete. But here is a faster way - to remark the rows as deleted rows. This is calling Logical Delete or Application Delete.

Using the 'DELETE' statement erases the row definitely and there is no way to restore the