Results 1 to 2 of 2
  1. #1
    U810190 is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Posts
    14

    Normalization

    I am working at fundamentally understanding normalization for my database as I put together my building plan.

    As far as tables go:

    Say I have a company that has several different types of contracts (i.e. EEI, NAESB, ISDA); should I create a separate table so to list every company with a different contract type?

  2. #2
    ConneXionLost's Avatar
    ConneXionLost is offline Simulacrum
    Windows XP Access 2003
    Join Date
    Jan 2010
    Location
    Victoria, Canada
    Posts
    291
    It depends on what you mean by "types of contracts" (I don't know what your acronyms mean), and what you expect the database to do for you.

    "tblCompany" would probably be a parent table for you. "tblContractType" might be a lookup table? Then you would likely have a "tblContract" to list each individual contract.

    Good Luck!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Newb stuck on Normalization
    By dave_wilford in forum Database Design
    Replies: 6
    Last Post: 05-19-2008, 02:39 PM
  2. Table Normalization Help
    By newhelpplease in forum Database Design
    Replies: 1
    Last Post: 10-15-2007, 09:25 AM
  3. Normalization Assistance for Tables Please??
    By webmaniac in forum Database Design
    Replies: 10
    Last Post: 09-02-2006, 05:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums