Normalization

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smartic
    New Member
    • May 2007
    • 150

    Normalization

    I'm new to MySQL language and my question is what is the idea of Normalization when i enter the data twice in the table but with foreign key (number), example:
    I'm having table that i for cars reservation they enter first name,last name,etc..... the data that will be duplicated car model so i make another table that having all car models to insert it into reservation table, any user can reserve the same car model and only but the number that point to model in the reservation table what is the idea I'm sorry if that was silly question?
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    To get a better understanding of Normalization i would suggest reading the following article


    HERE

    Comment

    Working...