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 is parameter substitution in sql?
Does mysql_real_escape_string prevent sql injection?
What is sql profiling in oracle?
Explain the significance of the & and && operators in pl sql.
Is sql free?
Which table is left in join?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Define the select into statement.
What is clause?
How much does sql certification cost?
Is foreign key mandatory?
what is query cache in mysql? : Sql dba
What are all the different normalizations?
What pl/sql package consists of?
What does subquery mean in sql?