adspace
Answer Posted / Abhineet Sehgal
No, the TRUNCATE TABLE command does not support a rollback because it does not create undo records. To recover data after TRUNCATE, you need to use database backups or restore from a previous state.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are aggregate and scalar functions? : Sql dba
What is the current version of sql?
Is primary key clustered index?
how to escape special characters in sql statements? : Sql dba
what are all the common sql function? : Sql dba
Can we use distinct and group by together?
what is bcp? When does it used? : Sql dba
What is the best sql course?
how many tables will create when we create table, what are they? : Sql dba
define sql insert statement ? : Sql dba
Does group by remove duplicates?
what is sql server agent? : Sql dba
what is collation? : Sql dba
What is the current version of postgresql?
how to use regular expression in pattern match conditions? : Sql dba