Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 the Advantages of using CTE in sql server?

1164


Differentiate between delete and truncate.

1106


What is the importance of a recovery model?

1090


Why use “in” clause in sql server?

1117


What are the five characteristics of good data?

969


Why do we use sql limitations? Which constraints can we use while making a database in sql?

1121


what's new in sql server 2016?

1000


Can one drop a column from a table?

1064


what is a check constraint?

1168


What are the new features in SQL Server 2005 when compared to SQL Server 2000?

1210


What will be query used to get the list of triggers in a database?

1053


what are defaults? Is there a column to which a default can't be bound? : Sql server database administration

1175


You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?

158


How to list all tables in the database using odbc_tables()?

1113


Show Practically Sql Server Views are updatable?

1184