se SQL program Server2014 ... A company undertakes a number of projects, the employees work on it, and during the process of analyzing the system we found the following points: The company is made up of a number of departments (the department number, which is a single number, the name of the department, the department's website) There are employees (the employee's number is a single number, his name, address, salary, and job) The employee belongs to one department only, and each department has more than one employee. There are projects (the project number, which is a single number, the name of the project, the project site) Each project has a specific department that it manages, and the department may manage it more than one project. More than one employee works in the project, and the employee may work in more than one project. Each employee has a number of work hours per week in each project. Required: 4. Create a Trigger that indicates the end of the entry operation on any of the previous tables.
se SQL program Server2014 ... A company undertakes a number of projects, the employees work on it, and during the process of analyzing the system we found the following points: The company is made up of a number of departments (the department number, which is a single number, the name of the department, the department's website) There are employees (the employee's number is a single number, his name, address, salary, and job) The employee belongs to one department only, and each department has more than one employee. There are projects (the project number, which is a single number, the name of the project, the project site) Each project has a specific department that it manages, and the department may manage it more than one project. More than one employee works in the project, and the employee may work in more than one project. Each employee has a number of work hours per week in each project. Required:
Step by step
Solved in 2 steps