what happens when truncate statement execution is cancelled
838550Feb 19 2011 — edited Feb 20 2011Hi all,
I executed Truncate table statement in TOAD by mistake and cancelled the execution immediately,
now I can see that table does have records in it,
what exactly has happened? when does the statement get executed? at the end ,after it deleted all the rows ?or after deleting each record?