Database Developer Question:

Tell us what is a Trigger?

Tweet Share WhatsApp

Answer:

A Trigger is a SQL procedure that initiates an action in response to an event (Insert, Delete or Update) occurs. When a new Employee is added to an Employee_Details table, new records will be created in the relevant tables such as Employee_Payroll, Employee_Time_Sheet etc.,

Download Database Developer PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Tell me referential integrity and where it can be enforced?Tell us what is the difference between an inner and outer join?