What is difference between TRUNCATE & DELETE?
Answer Posted / jude franco
TRuncate removes all the rows in a table in one go.
Delete deoes it for each row
Truncate does not make entries in a LOG file
Delete makes entries for each row that gets deleted
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
What is sql*plus?
Why is %isopen always false for an implicit cursor?
What is assignment operator in pl sql?
What is character functions?
what is uncommittable transactions? : Transact sql
What are the types pl/sql code blocks?
What is $$ in sql?
What is meant by user defined function?
What are the benefits of pl sql?
what is user defined functions? : Sql dba
What is embedded sql what are its advantages?
What does trigger mean in slang?
Is sql open source?
Explain autonomous transaction.
how to create a new view in mysql? : Sql dba