Results 1 to 2 of 2
  1. #1
    joe235 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    1

    database normalization

    hi can someone please help normalize this database. i have tried so many times but i keep getting even more confused so bottom line is i suck at it,this is just an exam question i got hold of from a past year paper and i'm worried if i cant do this now how will i do this in the exam! please can anyone of you normalize it have to normalize only up til 3rd normal form (3NF) thank you for your time, appreciate it!
    you can find the tables (claims,contract and item) to normalize here with a few details to help you (there's nothing to download, copy and paste site) http://txtup.co/eaYSs

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Consider:

    tblContracts
    contract number (PK)
    description
    division
    district

    tblBills
    bill number (PK)
    contract number (FK)
    bill description

    tblItems
    item number (PK)
    bill number (FK)
    item description
    unit
    rate
    place
    quantity
    date

    tblClaims
    claim number (PK)
    bill number (FK)
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Help with normalization for my first database
    By basstwo in forum Database Design
    Replies: 8
    Last Post: 10-02-2012, 10:25 AM
  2. Database normalization need help
    By Johev in forum Database Design
    Replies: 9
    Last Post: 03-08-2012, 09:02 AM
  3. Normalization
    By KPAW in forum Database Design
    Replies: 1
    Last Post: 06-09-2011, 06:24 PM
  4. New Educational Database - Structure & Normalization
    By alpinegroove in forum Database Design
    Replies: 4
    Last Post: 01-28-2011, 03:36 PM
  5. Normalization
    By U810190 in forum Access
    Replies: 1
    Last Post: 03-30-2010, 04:55 PM

Tags for this Thread

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