Changes between Version 18 and Version 19 of Logical and Physical Design - Database creation (with SQL Scripts)
- Timestamp:
- 12/07/22 18:11:08 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logical and Physical Design - Database creation (with SQL Scripts)
v18 v19 26 26 9. ''Product'' ('''__product_id__''', '''number_of_products''', '''product_type''') 27 27 10. ''Meal'' ('''__meal_id__''', '''price''', '''meal_type''') 28 11. ''Log_in'' ('''__login_id__''', ''' password''', '''username''', '''user_id*''')28 11. ''Log_in'' ('''__login_id__''', '''vreme_na_najava''' , '''user_id*''') 29 29 * '''*'''Референцира user_id од User_table 30 12. ''User_table'' ('''__user_id__''', '''EMBG''', '''full_name''', '''address''', ''' email''', '''phone_number''')30 12. ''User_table'' ('''__user_id__''', '''EMBG''', '''full_name''', '''address''', '''password''', '''username''', '''email''', '''phone_number''') 31 31 13. ''Waiter'' ('''__user_id*__''', '''shift''', '''salary''') 32 32 * '''*'''Референцира user_id од User_table … … 71 71 == Дијаграм 72 72 73 [[Image(dijagram3. png)]]73 [[Image(dijagram3.jpg)]] 74 74 75 75