Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For each exercise, you are required to build a set of tables normalized to 3NF. Tables should be described using the following notation: TABLE(field1, field2,

For each exercise, you are required to build a set of tables normalized to 3NF. Tables should be described using the following notation: TABLE(field1, field2, field3, field4, field5, ) Using this notation, TABLE is the name of the table. Primary key fields are bold and underlined, like field1. Foreign key fields are italicized and required fields are in bold. Therefore, a required foreign key is in bold italics, like field2. An optional foreign key is in italics but not bold, as is field3. A primary key field that is also a foreign key is underlined, italicized, and bolded. Regular, non-key attributes are in bold when required, as is field4, and not in bold when optional, as is field5.

Exercise 2. FoundIT uses a table to keep track of all the computers used in the offices within the various buildings throughout the company. Each computer has a unique id. Each building has office numbers that begin at 101 and up depending on the number of rooms. COMPUTER ( ComputerID, ComputerDesc, BuildingID, BuildingName, BuildingManager, OfficeNum, EmployeeID, EmployeeName )

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

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions

Question

Are they expected to accomplish more? Multitasking?

Answered: 1 week ago