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
What are data types in pl sql?
How to run sql functions in pl/sql?
when MSQL8.0 is in market
Can we use distinct and group by together?
What is a null value?
What are the types of records?
What is a record in a database?
What are the disadvantages of file system?
What is oracle sql developer?
what is the difference between where clause and having clause? : Sql dba
Why we use cross join?
how to write date and time literals? : Sql dba
What is sql basics?
How can we implement rollback or commit statement in a trigger?
How to use boolean type in select statement?