Trigger to increment the salary by 10%

  • i want to write a database trigger to increment the salary by 10% for technicians who have done three tests on a particular date.

    there are two employee types.(1)technicians (2)traffic controllers.

    employee category is defined in "Type" attribute of Employee table. the increment should happen only to technicians.thank you in advance.

    Employee (EmployeeID,Name,Salary,Tpye)

    TestEvent(TestNo,EmployeeID,TestDate)

    Hussain

  • Please do not cross-post, we monitor all threads.

    Topic answered here :

    http://www.sqlservercentral.com/Forums/Topic402783-149-1.aspx

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply