Can you tell me the difference between DELETE & TRUNCATE
commands?
Answer Posted / saradhi
Truncate command result can be rolled back as it is not
made an entry in the log where as Delete command result
can't be rolled back
| Is This Answer Correct ? | 5 Yes | 47 No |
Post New Answer View All Answers
What is schemabinding a view?
Is mysql the same as sql server?
How to update muliple row in single query?
What are the triggers in sql?
Define union, union all, minus, intersect?
Explain index in sql server?
What are the acid properties?
What is primary key, unique key, and foreign key?
What is exporting utility?
Is it possible to replicate data from sql server to oracle? : sql server replication
How do I find the query plan in sql server?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is dbcc command in sql server?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
How to execute function in stored procedure sql server?