Accidentally i deleted my table. How can i get that table?
Answer Posted / ravi
In this case data only deleted but table structure is there.
so can flashback the the data.
example:-
delete * from emp;
ans:- insert into emp select * from emp as of timestamp
sysdate -3/1440;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Define full outer join?
What are the hotfixes and patches in sql server?
What is 1nf 2nf and 3nf?
What is left outer join in sql server joins?
What is forward - only cursors / read only cursor?
How to perform backup for certificates in sql server? : sql server security
What are system databases into sql server (2005/2008) : sql server database administration
What is the minimum recommended amount of ram for sql server 2012 enterprise?
What are dml triggers and types of dml triggers?
What are the rendering extensions of ssrs?
What is an execution plan? When would you use it?
What is spatial and temporal data?
What is a mixed extent?
In which format does an image save in SQL Server database ?
What is dbcc updateusage?