What is difference between TRUNCATE & DELETE?
Answer Posted / satya_k21
Hi,
By using truncate command we can delete all the records
in a table , but we cant delete a single record in a table.
by using delete command we can delete a entire records
or a specified record in a table..
Delete is a DML Operation but truncate is DDL Operation
let me know if it is wrong.
Regards,
Satya.k
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Is sql a backend language?
Explain the the update statement in sql?
What is number function in sql?
How many types of normalization are there?
What will you get by the cursor attribute sql%rowcount?
How can you know that statistics should be updated?
How do I remove sql plus from windows 10?
What programs use sql?
Explian rowid, rownum?
Can we rollback delete command?
What is embedded sql what are its advantages?
What is trigger in flip flop?
Explain what is sql*plus?
What is mutating table error?
what are the differences among rownum, rank and dense_rank? : Sql dba