Skip to Content
0
Jul 17, 2020 at 08:54 AM

internal table validation

81 Views

I have an internal table with some data lets say emp no, emp salary,emp dob,etc. I have a database table with the same entries .I need to copy the internal table in the DB table while no duplicate entries should be populated. How to do this validation part? Please help.