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 do I get sql certification?
What does plv msg allows you to do?
Does a primary key have to be a number?
How to execute a stored procedure?
Which sql statement is used to return only different values?
Is pl sql a scripting language?
Can we rollback delete command?
What is primary key and foreign key?
What is meant by <> in sql?
What is difference between stored procedure and trigger?
Explain the uses of control file.
What is bind reference and how can it be created?
What is sql data?
How do I truncate a sql log file?
What do you understand by exception handling in pl/sql?