Data Remove from the table
Hi all,
In one of my user entered wrong data into the table PER_PERSON_ANALYSES from the front end in Oracle HRMS this data was not valid.
we want delete this data can any one suggest us how to remove or delete this data from this table PER_PERSON_ANALYSES and also should not effect to the database and i found the by the below query like...
select * from PER_PERSON_ANALYSES where last_updated_by = '2165' and LAST_UPDATE_DATE like '03-DEC-11';
please tell me can we delete the data from the database without any issues?