Changes between Version 6 and Version 7 of normalizacija
- Timestamp:
- 04/27/25 13:50:53 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
normalizacija
v6 v7 64 64 '''Functional Dependencies:''' 65 65 * 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 66 67 Анализа на нормализација: 67 68 … … 76 77 === 6. Restaurants 77 78 '''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 79 81 80 82 Анализа на нормализација: