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 do you understand by case manipulation functions?
How to run pl sql program in mysql?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
Why cross join is used?
What is cursor in pl sql?
What is a unique key and primary key and foreign key?
What is trigger and how to use it in sql?
what is a stored procedure? : Sql dba
How is sql used in oracle?
Define SQL and state the differences between SQL and other conventional programming Languages?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
Can a foreign key be a duplicate?
What types of commands can be executed in sql*plus?
What is a parameter query?
What is the purpose of using pl/sql?