Results 1 to 3 of 3

Thread: Normalization Need help to "understand"

  1. #1
    Join Date
    Nov 2002
    Posts
    19

    Normalization Need help to "understand"

    Hey guys i really need help to understand how to normalise my data.
    Here are the List the attributes from my data. I need to normalise these entites but i dont know how. PLEASE!! CAN SOMEONE TELL ME HOW!



    CUSTOMER
    ID PK
    CUSTOMER_ID
    FIRST_NAME
    LAST_NAME
    ADDRESS
    POSTOCDE
    PHONE


    CREDIT CARD
    ID PK
    CREDIT_CARD_ID
    CUSTOMER_ID
    CREDIT_CARD _NO
    CREDIT_CARD_TYPE



    PURCHASE
    ORDER_ID PK
    CUSTOMER_ID FK
    DATE

    ORDER LINE
    LINE_CODE PK
    ORDER_ID
    STOCK_CODE


    PRODUCT
    ID PK
    NAME
    PRICE
    STOCK_CODE
    SUPPLIER_ID FK
    SUPPLIER_NO
    Last edited by RichardK; 03-29-2003 at 02:06 PM.

  2. #2
    Join Date
    Mar 2003
    Posts
    2
    Havent you asked this question elsewhere on this board?

  3. #3
    Join Date
    Nov 2002
    Posts
    19
    yes but that was wrong it wasnt what i needed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •