Answered step by step
Verified Expert Solution
Link Copied!

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.
image text in transcribed
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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions

Question

Why do some court decisions have two or three different citations?

Answered: 1 week ago