Hi Experts,
How can we delete a value from Register Table.
Ex:-
delete from dm_dbo.junction where emp_id=20757
this query deletes the whole record of emp.i just want to delete his profile
i also tried this
delete emp_profile from dm_dbo.junction where emp_id=20757
but it returns error.