One of my developer deleted all the data from a table using 'delete from tablename' statement,how can I recover this data?
it happened in test db though, but want to get familiarize so that if such situation comes in production I can face it.
Alternative is to bring the data from prod and put it here. but I want to recover the lost data.
hope I am clear about what I need.
Thanks
Rajesh.