Changes between Version 6 and Version 7 of normalizacija


Ignore:
Timestamp:
04/27/25 13:50:53 (2 months ago)
Author:
213209
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • normalizacija

    v6 v7  
    6464'''Functional Dependencies:'''
    6565* R = { id, address, email, first_name, last_name, membership_level, password, phone, registration_date, role }
     66* id → address, email, first_name, last_name, membership_level, password, phone, registration_date, role
    6667Анализа на нормализација:
    6768
     
    7677=== 6. Restaurants
    7778'''Functional Dependencies:'''
    78 * R = { restaurantid, address, cuisine_type, name, operating_hours, phone, rating, social_media_links, website }
     79* R = { restaurantID, address, cuisine_Type, name, operating_Hours, phone, rating, social_media_links, website }
     80* RestaurantID → Address, Cuisine_Type, Name, operating_Hours, phone, rating, social_media_links, website
    7981
    8082Анализа на нормализација: