Sie sind auf Seite 1von 2

Niteshwar J19031652 Section Y1

Answer all the following questions:

1. What is data redundancy?

Data redundancy is the repetition or superfluity of data. Data redundancy data is a common
issue in computer data storage and database systems.

2. Why does data redundancy is consider to be a problem in database design.

 The disadvantage is increases the size of the database unnecessarily,

 Causes data inconsistency.

 Decreases efficiency of database.

 May cause data corruption.

Reference

https://www.defit.org/data-redundancy/

3. Screen shot the PROB_01_05 and highlight the data redundancy

PROJ_N PROJ_NA EMP_N EMP_NAM JOB_CO JOB_CHG_H PROJ_HO EMP_PH


UM ME UM E DE OUR URS ONE
1 Hurricane 101 John D. EE 85.00 13.3 653-234-
Newson 3245
1 Hurricane 105 David F. CT 60.00 16.2 653-234-
Schwann 1123
1 Hurricane 110 Anne R. CT 60.00 14.3 615-233-
Ramoras 5568
2 Coast 101 John D. EE 85.00 19.8 653-234-
Newson 3254
2 Coast 108 June H. EE 85.00 17.5 905-554-
Sattlemeir 7812
3 Satellite 110 Anne R. CT 62.00 11.6 615-233-
Ramoras 5568
3 Satellite 105 David F. CT 26.00 23.4 653-234-
Schwann 1123
3 Satelite 123 Mary D. EE 85.00 19.1 615-233-
Chen 5432
3 Satellite 112 Allecia R. BE 85.00 20.7 615-678-
Smith 6879

a) Identify the following.


I. List down the entities
 Project
 Employee

LAB 2 4/9/2019 1|Page


Niteshwar J19031652 Section Y1

b) Identify the following

I. List down all the entities: Project


II. Kist down all the primary key: Job code
III. List down all the non- key: Job charges hour

c) Why do data redundancy occurred in the above table?


 There more than one people working in the same project
 There are also people with the same name working the project.

d) How does the relationship and link between entities could be call? Eg (1) there are many
student taking the same subject. (2) A doctor treats many patients.

Business rule: Only one person can work in one job but people can be employed in more

than one project.

: One employee is assigned to two project at the same time time with different
job charges per hour and they … there for this is an ONE TO MANY RELATIONSHIP.

LAB 2 4/9/2019 2|Page

Das könnte Ihnen auch gefallen