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


Please Help Members By Posting Answers For Below Questions

What is reportserver and reportservertempdb ?

107


Write a query to find 5th highest amount paid from the customer table.

523


What are the High-Availability solutions in SQL Server and differentiate them briefly?

692


How to delete duplicate rows?

542


How can you hide the sql server instances?

507






What are temporal tables in sql server 2016?

472


Why use update_statistics command in sql server?

545


How can I create a new template for import ? : sql server management studio

589


What happens if strings are casted into wrong code pages in ms sql server?

561


What are the lambda triggers?

478


What is primary key and example?

497


What are different types of table joins?

552


what types of replication are supported in sql server? : Sql server database administration

453


Can you explain about buffer cash and log cache in sql server?

492


How many types of attribute relationships are there? : sql server analysis services, ssas

575