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 are indexers?

631


Name few of the dcl commands in sql?

557


What is exporting and importing utility?

615


Write a sql query to get zero records from a table having n number of records?

711


what is a schema in sql server 2005? : Sql server database administration

520






explain extended properties

565


What is transaction server consistency?

554


How many types of schemas are there?

532


What do you mean by sql server 2005 express management tools?

796


Tell me about joins in database system and explain each in detail.

602


Do you know what is similarity and difference between truncate and delete in sql?

580


What are views used for?

623


How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?

559


What is collation?

716


What command would you use to add a column to a table in sql server?

754