MCQs

Learning outcomes for this page: COnsolidate knowledge of first normal form

1. If a table is not in first normal form what is the basic problem (one correct answer):

1. A text field that needs splitting up
2. One or more Non atomic fields
3. Null values in fields
4. Too many fields in the table
5. One or more multivalued fields

2. What is another name for a multi-valued field:

    1. Repetition domain
    2. Repeating group
    3. Repeating attribute
    4. Attribute multiplicity
    5. Multi-varied

3. First normal form frequently involves:

1.       The creation of additional records only
2.       The creation of new field types
3.      
The removal of redundant data
4.      
The merging of several tables
5.      
The creation of additional tables and therefore records

4. What is the technical term used for splitting the fields up in a table to create two or more tables:

  1. Progesterone
  2. Division
  3. Projection
  4. Purgation
  5. Splitting

5. In the following example which field has the non atomic values (I have presented the data in a way to confuse you!):

Patient id

Blood test

Date of birth

Gender

1

12.45

22/10/78

male

1

1.754

22/10/78

male

1

3.55

22/10/78

male

2

2.43

7/12/90

Female

2

7.32

7/12/90

Female

  1. Patient id
  2. Blood test
  3. Date of both
  4. Gender

Portfolio exercise:  MCQs First Normal Form   sect7|07|03
Time:  10 minutes

For: Clinicians | NHS managers | Non healthcare workers

Work through the above MCQs. Remember to save the results in your portfolio.

Home > Section 7 > Subsection 7 (Normalisation - part 1)