Indicate whether the following statements are true or false on the student answer sheet.
1 T | Normalization is the process of removing anomalies from database design.
2 T | Not being able to insert data because other data is required is an example of an insertion anomaly.
3 F | An insertion anomaly occurs when you enter data inaccurately.
4 T | An update anomaly occurs when you have to update the same data in multiple places.
5 F | A deletion anomaly occurs when you are unable to delete data in a primary key table because a foreign key table contains records related to that data.
6 T | Normal forms are sets of rules designed to remove anomalies and redundancy from database design.
7 T | The First Normal Form removes all repeating groups and arrays.
8 T | Rather than put several values in a single column, you should create several columns and number them like column1, column2, etc.
9 T | Second Normal Form removes functional dependencies.
10 T | Functional dependencies consist of groups of related attributes that form subsets within an entity.
11 T | Failure to normalize a database can lead to numerous problems.
12 T | Third Normal Form removes transient dependencies.
13 T | A transient dependency is where an attribute depends on another attribute for its meaning and not on the key.
14 F | If you know you are going to denormalize your database, you don't need to normalize it in the first place.
15 T | Denormalization should never be done lightly.
16 F | You should limit repetition of attributes to the repetition of the primary key as a foreign key in a related table.
17 T | Each individual attribute should represent only one type of value.
18 F | There are only three normal forms.
19 T | One way to think of functional dependencies is as separate themes in the same table or entity.
20 F | Normalization is about designing databases so they work well on the computer, not about readability.
You May Also Find These Documents Helpful
-
When you have your Foreign Keys set up correctly, and have Cascade Update & Cascade Deletes set as needed, that's just about all you really need to do. It is used to make sure that data doesn't get orphaned.…
- 319 Words
- 2 Pages
Satisfactory Essays -
Normalization is a process for evaluating and correcting table structures to minimize data redundancies and by helping to eliminate data anomalies. It helps evaluate table structures and produce good tables.…
- 190 Words
- 1 Page
Satisfactory Essays -
Data independence, it exists when we were able to change the database structure or characteristics without affecting the…
- 1447 Words
- 6 Pages
Powerful Essays -
The database design team transforms entities into tables and expresses relationships by defining foreign keys. The tables in the model are to be normalized before converting them into designs. Normalization is the process of converting poorly structured tables into two or more well-structured tables. Database practitioners classify tables into various normal forms according to the kinds of problems they have. Transforming a table into a normal form to remove duplicated data and other problems is called normalizing the table. After normalizing, the designer should represent the relationship among those tables to complete the design.…
- 2041 Words
- 9 Pages
Good Essays -
Hello sirs, my name is , it has come to my attention that there are some misconceptions about the value in normalizing your database. I wanted to write this correspondence to address any concerns that you may have about flexibility while entering your data into the system. This letter is to assure you and the other members of your executive board that you will have some flexibility within your E-R Model.…
- 641 Words
- 3 Pages
Good Essays -
Modify the tables from part B as necessary to minimize the amount of data duplication.…
- 330 Words
- 2 Pages
Satisfactory Essays -
After information is gathered about the employee; most of what was mentioned before, and input into the system a query can be designed to pull that information from the tables. In order to pull information from…
- 782 Words
- 4 Pages
Good Essays -
The following two tables could be used to store the data in Figure 5-15 in a database:…
- 1041 Words
- 5 Pages
Good Essays -
Note also that the *:* relationship has been broken down into two 1:* relationships for which the BENEFIT table serves as the composite or bridge entity.…
- 2445 Words
- 10 Pages
Satisfactory Essays -
A relationship is how the data is shared between entities. There are three types of relationships between entities:…
- 268 Words
- 2 Pages
Good Essays -
4. What are the pitfalls in relational database design? With a suitable example, explain the role…
- 1795 Words
- 8 Pages
Satisfactory Essays -
Functional Dependency is the starting point for the process of normalization. Functional dependency exists when a relationship between two attributes allows you to uniquely determine the corresponding attribute’s value. If ‘X’ is known, and as a result you are able to uniquely identify ‘Y’, there is functional dependency. Combined with keys, normal forms are defined for relations.…
- 447 Words
- 2 Pages
Good Essays -
5) As you can see in here, Table -3 is the result of data initilazition.…
- 279 Words
- 1 Page
Satisfactory Essays -
A weak entity is existence dependent. That is the existence of a weak entity depends on the existence of a identifying entity set. The discriminator (or partial key) is used to identify other attributes of a weak entity set.The primary key of a weak entity set is formed by primary key of identifying entity set and the discriminator of weak entity set. The existence of a weak entity is indicated by a double rectangle in the ER diagram. We underline the discriminator of a weak entity set with a dashed line in the ER diagram.…
- 817 Words
- 4 Pages
Good Essays -
Each question carries 2 marks. Choose the correct or best alternative in the following: Q.1 In the relational modes, cardinality is termed as: (A) Number of tuples. (B) Number of attributes. (C) Number of tables. (D) Number of constraints. Ans: A Q.2 Relational calculus is a (A) Procedural language. (C) Data definition language. Ans: B Q.3 The view of total database content is (A) Conceptual view. (C) External view. Ans: A Q.4 Cartesian product in relational algebra is (A) a Unary operator. (B) a Binary operator. (C) a Ternary operator. (D) not defined. Ans: B Cartesian product in relational algebra is a binary operator. (It requires two operands. e.g., P X Q) Q.5 DML is provided for (A) Description of logical structure of database. (B) Addition of new structures in the database system. (C) Manipulation & processing of database. (D) Definition of physical structure of database system. Ans: C DML is provided for manipulation & processing of database. (Data stored in the database is processed or manipulated using data manipulation language commands as its name) (B) Internal view. (D) Physical View. (B) Non- Procedural language. (D) High level language.…
- 32533 Words
- 131 Pages
Powerful Essays