Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Name of List: EMPLOYEE Column Headings: EmployeeName, DateOfHire, Emploxeephone, EmploxeeAddress, DepartmentName, DepartmentManager, DepartmentPhone, DepartmentAddress ) table [ [ table [ [ Employee ]
Name of List: EMPLOYEE
Column Headings:
EmployeeName, DateOfHire, Emploxeephone, EmploxeeAddress, DepartmentName,
DepartmentManager, DepartmentPhone, DepartmentAddress
tabletableEmployeeNametableDateofHiretableEmployeePhoneDepartmentName,tableDepartmentManagertableDepartmentPhonetableDepartmentLocationSeanHuman Resources,Henry,RJacobInformation Systems,John,HJasonOperations,Jake,FHenryInformation Systems,John,HMorganOperations,Jake,F
For the list provided, indicate the number of themes objectsitemstopics you think the list includes and give an appropriate name for each theme.
There are a total of themes. They are Employees, Departments, Department Managers, and Department locations
Show at least one modification problem that will occur when inserting, updating, or deleting data in the given list. Briefly talk about the problem with examples from the given dataset.
Break up the columns into tables such that each table has a single theme. Specify the primary key for each table. Add ID columns if necessary. Specify the foreign key that will function as a linking column to maintain the relationship between the themes. Give proper names to the final tables.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started