Data Modeling and Database Design
Database Concepts, Eighth Edition (Kroenke, Auer, Vanderberg,
Yoder)
Given the data model shown below, please define the following:
1) Table names
2) Primary Keys for each table. If the key is composite, please indicate.
3) Foreign Keys for each table and what table/field the FK relates to.
4) Define which table is the "Parent" and is the "Child" in the relationship.
EMPLOYEE(EmployeeNumber, ELastName, EFirstName, EAddress, ECity, EZipCode, EDepartCode)
DEPARTMENT(DepartmentCode, DeptName, DeptDiv)
DIVISION(DivisionCode, DivName, DivVP)
EPHONE(PhoneID, EmpNum, PhoneNumber, PhoneType)
Hi,
Here is the explanation.
Kindly rate
Get Answers For Free
Most questions answered within 1 hours.