What is the difference between DELETE and TRUNCATE?
Answers were Sorted based on User's Feedback
Answer / shilpa
Delete command delets one row or whole table with table
defination but truncate command only delete table not table
defination
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / debi
1.when we use delete command then the records from the
table is not deleted permanently so that when we further
use rollback command the records are again available in the
table but in case of truncate the data is permenently
deleted from the table.
2.in case of truncate data deletion is faster as compared
to delete
3.
we can't use ant where condition in case if truncate
| Is This Answer Correct ? | 2 Yes | 2 No |
Delete command will remove the data values ( all the
records of table) and space and table structure will be
ramain. We cannot free the space and remove the table
structure using Delete command.
Truncate command will free the memory and removes table
structure from data dictionary.
ramumcato@yahoo.com
| Is This Answer Correct ? | 9 Yes | 11 No |
Answer / sanjay keserwani
we can go upto some number of records through delete while
in truncate we have to unoccupied all records.
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / amol
Be very careful when deleting records. You cannot undo this
statement! but in mysql...
| Is This Answer Correct ? | 0 Yes | 5 No |
scope of exception handling in plsql
how to add a new column to an existing table in mysql? : Sql dba
What is raid? How does it help storage of databases?
how to get the third quarter of employee details from emp?
how would you enter characters as hex numbers? : Sql dba
what is difference between stored procedures and application procedures,stored function and application function?
What is sql not null constraint?
Explain character-manipulation functions?
How do I run pl sql in sql developer?
How many postgresql users are there, worldwide?
what are pl/sql collections?
4 Answers JPMorgan Chase, Oracle,
How to call DDL statements from pl/sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)