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 the difference between ‘having’ clause and a ‘where’ clause?

768


How to create user defined functions with parameters?

838


How to drop an existing table?

726


What is extended stored procedures?

714


What do you mean by the term 'normalization'?

853






List all the types of user-defined functions?

685


What happens to a statement batch if there is a compilation error?

691


What is code near application topology?

240


Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?

793


How to find index size for each index on table?

765


How to download and install microsoft .net framework version 2.0?

742


Explain the phases a transaction has to undergo?

726


How do I create an extended event in sql server?

663


What is data source document?

747


How can sql server instances be hidden?

688