If the table myTable contains 100000000 records.
And I execute DELETE FROM myTable;
without begin transaction and somethings go wrong, such as server power failure.
Will it delete some of the records?
If the table myTable contains 100000000 records.
And I execute DELETE FROM myTable;
without begin transaction and somethings go wrong, such as server power failure.
Will it delete some of the records?
I would say no it will not delete partial, but without knowing the database server you use it's hard to tell.