What is difference between TRUNCATE & DELETE?
Answer Posted / pravallika
We can specify a condition while using deletecommand.But
Truncate is unconditional
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the difference between clustered and non clustered index in sql? : Sql dba
What is the difference between the sql*loader and import utilities? : aql loader
what are the disadvantages of mysql? : Sql dba
What are schema-level triggers?
What is lexical units in pl sql?
what is schema? : Sql dba
Is pl sql better than sql?
Explain the difference in execution of triggers and stored procedures?
What is primary key in db?
How many primary keys can a table have?
How can you create an empty table from an existing table?
What are the events on which a database trigger can be based?
What are the ways on commenting in a pl/sql code?
What is sql procedures and functions?
Can we call a function containing dml statements in a select query?