I have a number of tables in the Salary Database. I want to modify the Salary of some employees. Is is possible through SQL, to search each table for the existence of Employee, say, ECode= 453. Incase the Employee exists, disable the constraints applicable on the table, modify his Basic Salary, DA & HRA and then enable the constraints. Can you help me out in accomplishing the above task.