Examine the table shown below. This table represents the hours worked per week for temporary staff at each branch of a company.
![15252|636x162](upload://4Y3iKdB6OIz8QDRxEt5G7u5j4Nn.png)
(a) The table shown above is susceptible to update anomalies. Provide examples of how insertion, deletion, and modification anomalies could occur on this table.
(b) Identify the functional dependencies represented by the data shown in the table. State any assumptions you make about the data (if necessary).
(c) Using the functional dependencies identified in part (b), describe and illustrate the process of normalization by converting Table 1 to Third Normal Form (3NF)
relations. Identify the primary and foreign keys in your 3NF relations.
(d) Create an Entity–Relationship (ER) model using the Unified Modeling Language (UML) to represent the data shown in Figure 1. Your ER model should show all entities, relationships, and attributes.
(a) Using the data shown in this table, the student should provide examples of how insertion, deletion, and update anomalies could occur.
(b) ![15253|696x348](upload://5jXUN0PkPSpT3GYjYc93h5xxt8M.png)
(c) Primary key for table is staffNo, branchNo Student should identify that primary key for table and describe why the table is in 1NF. First Normal Form (1NF) is a relation in which the intersection of each row and column
contains one and only one value. Student should indicate why table is not in 2NF. Second Normal Form (2NF) is a relation that is in first normal form and every non-primary-key attribute is fully functionally dependent on the primary key.
![15254|717x765](upload://kwYgynIOrfLkMaRG7taQHVsUlD1.png)
You might also like to view...
Unlike the dynamic configuration, Hyper-V cannot change a MAC address after it is configured
Indicate whether the statement is true or false
A text box's ____ property specifies whether the text can span more than one line in the control.
A. ScrollBars B. Manyline C. Multiline D. Span