If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Is this data in 3rd Normal form?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-30-11, 07:35
anicic anicic is offline
Registered User
 
Join Date: Nov 2011
Posts: 1
Is this data in 3rd Normal form?

I've got a TV schedule which i need to normalise. I've had a go at it, but am a little unsure whether or not I've got it right. From what I can tell there are no partial dependencies

I think i might need to create so sort of auxiliary attribute for the characters and played by.

What do you think?
http://img338.imageshack.us/img338/6...malisation.png

Thanks
Reply With Quote
  #2 (permalink)  
Old 12-08-11, 20:55
caseyvandenaard caseyvandenaard is offline
Registered User
 
Join Date: Dec 2011
Posts: 6
I think what you have is fine assuming:
-A program with a given character never changes actors for that character.
-Two or more programs can have a character with the same name, however since they are different programs the actor may be different for those characters.

If however the same character is always played by the same actor then you would need to create an auxiliary attribute as you said. But in real life, this is hardly ever the case.

If actors change you would need to add the scheduled attribute in your Table3.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On