Changes between Version 15 and Version 16 of Normalization


Ignore:
Timestamp:
07/14/26 07:54:15 (12 days ago)
Author:
235018
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v15 v16  
    5656|| 3        || st.Ilindenska 20, 1000 Skopje   ||
    5757
    58 == STORE
     58==== STORE
    5959
    6060||=// store_ID =||=// store_name     =||=// store_rating =||
     
    6363 
    6464
    65 == PRODUCT
     65==== PRODUCT
    6666
    6767||=// product_code =||=// description                =||=// price =||=// weight =||=// delivery_cost =||
     
    7171
    7272
    73 == PRODUCT COLORS
     73==== PRODUCT COLORS
    7474
    7575||=// product_code =||=// description                   =||=// price =||=// weight =||=// delivery_cost =||
     
    7878|| 00200002     || Decorative wall hanging made with beads || 199   || 0.75   || 0             ||
    7979
    80 == PRODUCT IMAGES
     80==== PRODUCT IMAGES
    8181
    8282||=// product_code =||=// image              =||
     
    8787
    8888
    89 == ORDER
     89==== ORDER
    9090
    9191||=// order_num      =||=// clien_ID =||=// status       =||=// payment     =||=// discount =||
     
    9797
    9898
    99 == ORDER PRODUCTS
     99==== ORDER PRODUCTS
    100100
    101101|| order_num      || product_code || quantity ||
     
    108108
    109109
    110 == REVIEW
     110==== REVIEW
    111111
    112112||=// order_num      =||=// rating =||=// comment                     =||
     
    118118
    119119
    120 == REQUEST
     120==== REQUEST
    121121
    122122||=// request_num   =||=// client_ID =||=// problem            =||
     
    127127
    128128
    129 == REPORT
     129==== REPORT
    130130
    131131||=// store_ID =||=// date       =||=// overall_profit =||=// monthly_profit =||=// sales_trend =||
     
    134134
    135135
    136 ==== Explanataion: UNF -> 1NF
     136=== Explanataion: UNF -> 1NF
    137137
    138138The denormalized table violated First Normal Form because several attributes stored multiple values in a single cell. Examples include product colors, product images, multiple products in one order, and multiple stores associated with an order. These repeating groups made the data difficult to search, update, and maintain.