Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This is a database assignment on Access. Please explain how to enter all of this information in correctly. Create two tables, DEPARTMENT and WORKER in
This is a database assignment on Access. Please explain how to enter all of this information in correctly.
Create two tables, DEPARTMENT and WORKER in Computer Assignment 1 database file. DEPARTMNENT table contains the following fields: DeptID, DeptName, and NumberOfWorkers. WORKER table contains the following fields: WorkerID, WorkerName, Date Hired, Salary, and DeptID. DeptID is a foreign key. - Define Primary keys for the two table - Enforce referential integrity between them. - Use appropriate data type for the fields. Rules i) DeptId is a Text field, size 3 bytes. First two characters are upper case letters, and third character is a digit. ii) Salary cannot be greater than $100,000. iii) Date Hired must be less than the current date iv) WorkerName cannot be blank 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