Hi,
I have one table like Test_table. There are 14 users have privileges to access this table.
One user deleting some records on the Table using DML statement.
I would like know that who made the DML transactions recently on this Table.
And also how to recover that deleted data from that particular table.
Thanks in advance!