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 is the use of commit?

1061


How can you insert null values in a column while inserting the data?

1343


What is sql injection? How to protect against sql injection attack?

1038


How do I install sql server?

937


How to delete an existing database user?

1079


How do you delete a trigger?

1033


What are a scheduled jobs or what is a scheduled tasks?

944


What is implicit mode in sql server?

1157


What is data compression? : sql server database administration

1017


What is coalesce in sql server?

1102


What are sub reports?

208


what's the information that can be stored inside a bit column? : Sql server database administration

1086


between cast and convert which function would you prefer and why?

1013


can any body tell me how to know the password of current user in sql server

2119


Find nth lowest salary or get nth lowest salary?

1081