A database has been designed to store data about programmers and the programs they have developed. These

Question:

A database has been designed to store data about programmers and the programs they have developed.
These facts help to define the structure of the database:
– Each programmer works in a particular team.
– Each programmer has a unique first name.
– Each team has one or more programmer.
– Each program is for one customer only.
– Each programmer can work on any program.
– The number of days that each programmer has worked on a program is recorded.
The table ProgDev was the first attempt at designing the database.

a) State why the table is not in first normal form (1NF).
b) The database design is changed to:
Programmer (FirstName, Team)
Program (FirstName, ProgramName, No Of Days, Customer)
Using the data given in the first attempt table (ProgDev), copy and complete these revised table designs to show how these data are now stored.

c) i) A relationship between the two tables has been implemented.
Explain how this has been done.
ii) Explain why the Program table is not in third normal form (3NF).
iii) Write the table definitions to give the database in 3NF.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: