Consider the following database scheme Employee (SSN, fname, Iname, salary, deptno)/ Department (deptno, dname, total_salary) Where total salary is a derived attribute that represents the total salary of employees working in a specific department. • Write a trigger to compute the total_salary in the event of inserting one or more new employee record(s) in the employee table.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Consider the following database scheme

Employee (SSN, fname, lname, salary, deptno)

Department (deptno, dname, total_salary)

Where total salary is a derived attribute that represents the total salary of employees working in a specific department.

  • Write a trigger to compute the total_salary in the event of inserting one or more new employee record(s) in the employee table.
Consider the following database scheme
Employee (SSN, fname, Iname, salary, deptno)/
Department (deptno, dname, total_salary)
Where total salary is a derived attribute that represents the total salary of
employees working in a specific department.
Write a trigger to compute the total_salary in the event of inserting one or
more new employee record(s) in the employee table.
Transcribed Image Text:Consider the following database scheme Employee (SSN, fname, Iname, salary, deptno)/ Department (deptno, dname, total_salary) Where total salary is a derived attribute that represents the total salary of employees working in a specific department. Write a trigger to compute the total_salary in the event of inserting one or more new employee record(s) in the employee table.
Expert Solution
Step 1
  • Employee salary (Emp Salary) has an impact on the overall department salary.
  • First, let me tell you the Total_Salary of the department is directly dependent on the employee's salary. If the salary of an employee will change then the total salary of the employee will also be changed because the department
  • Total_Salary is the sum of all employer's salaries in that department. 
  • Dept_No also affects the Total_Salary of the department
  • If the department number of an employee is changed or the employee is transferred to some other department.
  • So the total number of an employee in the department will be changed. Because when an employee leave’s old department then a total number of an employee in that department is decreased and the sum of salary of all employee in that department also decreases. The same thing when an employee joins a new department and the total number of employees in that department increases so the total sum salary of all employees in that department also increases. That is why Dept_No is also affecting the Total_Salary of the department
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Dataset
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education