Can we rollback after truncate?
Answer / 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 |
How does postgresql compare to mysql?
Write a sql select query that only returns each name only once from a table?
What is a scalar value in sql?
What is a sql*loader control file?
how do you control the max size of a heap table? : Sql dba
What is varray in pl sql?
i hv 30 rows with date.ex:1month hav 4 weeks i want 1st day of the every week.write the qry for that.example jan has 4 weeks i need 1st dd for evry wk
What is the difference between CHAR and VARCHAR2? If VARCHAR2 serves the uses of CHAR why CHAR is still used and not been discarded yet?
Which one of the following join types will always create a Cartesian Product? 1. CROSS JOIN 2. LEFT OUTER JOIN 3. RIGHT OUTER JOIN 4. FULL OUTER JOIN 5. INNER JOIN
what is sql profiler? : Sql dba
What are % type and % rowtype?
Is there any problem if we use commit repeatedly after each dml statement in a plsq procedure ? (eg. there are 10 update stmt and using 10 commit stmt after each update stmt)
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)