Changes between Version 29 and Version 30 of normalization


Ignore:
Timestamp:
09/02/25 22:36:53 (5 hours ago)
Author:
221046
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • normalization

    v29 v30  
    4242employee_id → title, reports_to, birth_date, hire_date
    4343
    44 '''!AddressInfo'''
     44'''!PersonalInfo'''
    4545
    46 address_info_id → address, city, state, country, postal_code, phone, fax, email
     46personal_info_id → address, city, state, country, postal_code, phone, fax, email
    4747
    4848'''Playlist'''
     
    120120
    121121
    122 === 4.9 !AddressInfo ===
     122=== 4.9 !PersonalInfo ===
    123123
    124 !AddressInfo(address_info_id, address, city, state, country, postal_code, phone, fax, email)
    125 PK: address_info_id
     124!PersonalInfo(personal_info_id, address, city, state, country, postal_code, phone, fax, email)
     125PK: personal_info_id
    126126
    127127
     
    146146support_rep_id → Employee е FK, нема транзитивна зависност во Customer.
    147147
    148 Адресата е изнесена во !AddressInfo.
     148Адресата е изнесена во !PersonalInfo.
    149149
    150150Сите не-клучни атрибути зависат директно од клучевите.