What is the difference between DELETE and TRUNCATE?
Answer Posted / althaf
the delete command log all the stmts in the transaction log
and the truncate command dont log the stmts.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is database migration?
What are the basic sql commands?
What is the execution plan in sql?
What does the base_object_type column shows in the user.triggers data dictionary view?
Show the cursor attributes of pl/sql.
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
Is mariadb nosql?
What are the types of index in sql?
What does where 1 1 mean in sql?
how to shutdown mysql server? : Sql dba
How do I view stored procedures?
How do I kill a query in postgresql?
What is sap sql anywhere?
How to read/write files from pl/sql?
How do I save a sql query?