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

Do you know what is openxml in sql server?

692


What is the server name for sql management studio?

549


How do I open port 1433?

612


What is sub-query in sql server? Explain its properties.

683


Define outer join?

623






What Is Rdbms?

751


What are the types of normalization?

638


Explain the concept of recursive stored procedure.

577


SQL Server Architecture ?

2013


What is the difference between join and inner join?

617


what do you understand by change data capture?

664


How to handle error or exception in sql?

621


If the job running very slow what is the action you do

1508


Explain time data type in sal server 2008?

616


Explain the categories of stored procedure?

611