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
What is indexing oracle sql?
What is recursive stored procedure?
What is a ddl command?
What are the different sql commands?
What is basic structure of pl sql?
What is sql procedures and functions?
How do I partition a table in sql?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
How many sql databases can you have on one server?
What is an example of translating a date into julian format?
What does the acronym acid stand for in database management?
how to drop an existing index in mysql? : Sql dba
How to run sql statements with oracle sql developer?
Is sql free?
What is a temporal data type?