Hi all,
I have only one column in a table with the values of sequence numbers, i just wanted to display the deleted records from the table?
Ex:
Sno
------
201
202
203
204
205
In the above table,some one deleted the 202 and 203 records, i want to display those records now.
Note- I don't have a Grant access to write a trigger on a table.I have developer rights in the database.
Thanks,
Thiru