![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
You identify the following attributes, in part, for the Employee entity: Employee number (Primary key) Full name Phone number Supervisor number What change should you make to ensure that the entity is normalized to the 1st normal form (1NF)? A) Separate the full name into first, middle (optional), and last names. |
|
B) Use a different primary key value. |
|
C) Move the supervisor to a different table. |
|
D) Separate the phone number into separate fields. |
|
I see the table as looking like this: *Emp # (PK) Full name Phone# Supervisor#* 123 Joe Smith 123-4567 1 888 John Doe 555-1212 2 316 Jack Pi 888-8080 1 451 Suzy Q 457-7410 3 Anybody have any comments? Thanks is advance - is there an answer |
#3
| |||||
| |||||
|
|
You identify the following attributes, in part, for the Employee entity: Employee number (Primary key) Full name Phone number Supervisor number What change should you make to ensure that the entity is normalized to the 1st normal form (1NF)? A) Separate the full name into first, middle (optional), and last names. |
|
B) Use a different primary key value. |
|
C) Move the supervisor to a different table. |
|
D) Separate the phone number into separate fields. |
|
I see the table as looking like this: *Emp # (PK) Full name Phone# Supervisor#* 123 Joe Smith 123-4567 1 888 John Doe 555-1212 2 316 Jack Pi 888-8080 1 451 Suzy Q 457-7410 3 Anybody have any comments? Thanks is advance - is there an answer |
#4
| |||||
| |||||
|
|
You identify the following attributes, in part, for the Employee entity: Employee number (Primary key) Full name Phone number Supervisor number What change should you make to ensure that the entity is normalized to the 1st normal form (1NF)? A) Separate the full name into first, middle (optional), and last names. |
|
B) Use a different primary key value. |
|
C) Move the supervisor to a different table. |
|
D) Separate the phone number into separate fields. |
|
I see the table as looking like this: *Emp # (PK) Full name Phone# Supervisor#* 123 Joe Smith 123-4567 1 888 John Doe 555-1212 2 316 Jack Pi 888-8080 1 451 Suzy Q 457-7410 3 Anybody have any comments? Thanks is advance - is there an answer |
#5
| |||||
| |||||
|
|
You identify the following attributes, in part, for the Employee entity: Employee number (Primary key) Full name Phone number Supervisor number What change should you make to ensure that the entity is normalized to the 1st normal form (1NF)? A) Separate the full name into first, middle (optional), and last names. |
|
B) Use a different primary key value. |
|
C) Move the supervisor to a different table. |
|
D) Separate the phone number into separate fields. |
|
I see the table as looking like this: *Emp # (PK) Full name Phone# Supervisor#* 123 Joe Smith 123-4567 1 888 John Doe 555-1212 2 316 Jack Pi 888-8080 1 451 Suzy Q 457-7410 3 Anybody have any comments? Thanks is advance - is there an answer |
#6
| |||||
| |||||
|
|
You identify the following attributes, in part, for the Employee entity: Employee number (Primary key) Full name Phone number Supervisor number What change should you make to ensure that the entity is normalized to the 1st normal form (1NF)? A) Separate the full name into first, middle (optional), and last names. |
|
B) Use a different primary key value. |
|
C) Move the supervisor to a different table. |
|
D) Separate the phone number into separate fields. |
|
I see the table as looking like this: *Emp # (PK) Full name Phone# Supervisor#* 123 Joe Smith 123-4567 1 888 John Doe 555-1212 2 316 Jack Pi 888-8080 1 451 Suzy Q 457-7410 3 Anybody have any comments? Thanks is advance - is there an answer |
#7
| |||||
| |||||
|
|
You identify the following attributes, in part, for the Employee entity: Employee number (Primary key) Full name Phone number Supervisor number What change should you make to ensure that the entity is normalized to the 1st normal form (1NF)? A) Separate the full name into first, middle (optional), and last names. |
|
B) Use a different primary key value. |
|
C) Move the supervisor to a different table. |
|
D) Separate the phone number into separate fields. |
|
I see the table as looking like this: *Emp # (PK) Full name Phone# Supervisor#* 123 Joe Smith 123-4567 1 888 John Doe 555-1212 2 316 Jack Pi 888-8080 1 451 Suzy Q 457-7410 3 Anybody have any comments? Thanks is advance - is there an answer |
#8
| |||||
| |||||
|
|
You identify the following attributes, in part, for the Employee entity: Employee number (Primary key) Full name Phone number Supervisor number What change should you make to ensure that the entity is normalized to the 1st normal form (1NF)? A) Separate the full name into first, middle (optional), and last names. |
|
B) Use a different primary key value. |
|
C) Move the supervisor to a different table. |
|
D) Separate the phone number into separate fields. |
|
I see the table as looking like this: *Emp # (PK) Full name Phone# Supervisor#* 123 Joe Smith 123-4567 1 888 John Doe 555-1212 2 316 Jack Pi 888-8080 1 451 Suzy Q 457-7410 3 Anybody have any comments? Thanks is advance - is there an answer |
#9
| |||||
| |||||
|
|
You identify the following attributes, in part, for the Employee entity: Employee number (Primary key) Full name Phone number Supervisor number What change should you make to ensure that the entity is normalized to the 1st normal form (1NF)? A) Separate the full name into first, middle (optional), and last names. |
|
B) Use a different primary key value. |
|
C) Move the supervisor to a different table. |
|
D) Separate the phone number into separate fields. |
|
I see the table as looking like this: *Emp # (PK) Full name Phone# Supervisor#* 123 Joe Smith 123-4567 1 888 John Doe 555-1212 2 316 Jack Pi 888-8080 1 451 Suzy Q 457-7410 3 Anybody have any comments? Thanks is advance - is there an answer |
#10
| |||
| |||
|
|
In article <62ed393e-9794-4c4f-a34a-b0eca18ecf10 @i76g2000hsf.googlegroups.com>, techtechx... (AT) gmail (DOT) com says... D) Separate the phone number into separate fields. That has nothing to do with normalization, unless you are going to store numbers in a separate table, with the area code being a key field (which is going way overboard, IMO). Also not if you want to be able to handle different countries (because every country has their own style for writing a phone number), though you might want to store the country code as a separate field. |
![]() |
| Thread Tools | |
| Display Modes | |
| |