What is difference between TRUNCATE & DELETE?
Answer Posted / deva
Truncate is a DDL command and hence cant be rolled back
where as delete is DML command and thus can be rolled back
if not necessary.
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
Is hadoop a nosql?
what is a field in a database ? : Sql dba
what are integrity rules?
how to enter binary numbers in sql statements? : Sql dba
how would you enter characters as hex numbers? : Sql dba
how to drop an existing index in mysql? : Sql dba
What are different clauses used in sql?
What does t sql mean?
What is thread join () in threading?
How many joins can you have in sql?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
How to display the current date in sql?
What is rank dense_rank and partition in sql?
What type of database is sql?
Mention what does the hierarchical profiler does?