Logical Delete

On 30 Oct., 2007

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.

Logical Delete
Using the 'DELETE' statement erases the row definitely and there is no way to restore the
Read more...