Can we rollback records deleted by a truncate statement?
Answer Posted / sathwika
yes we can rollback the truncated records
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain differences between web edition and business edition?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
What is autocommit mode in sql server?
Explain the difference between delete,drop and truncate in SQL Server?
If a table does not have a unique index, can a cursor be opened on it?
What are drilldown reports?
What are the basic features of a trigger in ms sql server?
How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?
How to find table changes in sql server?
How can we solve concurrency problems?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
How can you insert null values in a column while inserting the data?
What is nonclustered index with included columns ?
What part does database design plays a role in performance of an sql server-based application?
How important do you consider cursors or while loops for a transactional database?