What is difference between TRUNCATE & DELETE?
Answer Posted / suneel
truncate:
---------
truncate is a ddl command.
ddl commands having auto commit.
delete:
-------
delete is a dml command.
dml commands not having auto commit.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How exception handling is done in advance pl/sql?
what is try_catch block in procedure
Is primary key an index?
What is the difference between the sql*loader and import utilities? : aql loader
What is record variable?
What is the purpose of my sql?
Can we have two clustered index on a table?
What is pl sql block structure?
What is clause in sql?
What are conditional predicates?
What is sql engine in oracle?
How is sql used in oracle?
What is sql and db2?
What is the difference among union, minus and intersect?
What is dml with example?