Suppose you are given the table: EMPLOYEE_DEPARTMENT (EmployeeNumber, EmployeeLastName, EmployeeFirstName, Email, DepartmentName, BudgetCode) and you wish to
Question:
Suppose you are given the table:
EMPLOYEE_DEPARTMENT (EmployeeNumber, EmployeeLastName, EmployeeFirstName, Email, DepartmentName, BudgetCode)
and you wish to transform this table into the two tables:
DEPARTMENT (DepartmentName, BudgetCode)
EMPLOYEE (EmployeeNumber, EmployeeLastName, EmployeeFirstName, Email, DepartmentName)
Show SQL statements for filling the EMPLOYEE and DEPARTMENT tables with data from EMPLOYEE_DEPARTMENT.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Database Processing Fundamentals, Design, and Implementation
ISBN: 978-0133876703
14th edition
Authors: David M. Kroenke, David J. Auer
Question Posted: