Changes between Version 10 and Version 11 of Logical and Physical Design - Database creation (with SQL Scripts)
- Timestamp:
- 11/30/22 16:37:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logical and Physical Design - Database creation (with SQL Scripts)
v10 v11 28 28 11. ''Log_in'' ('''__login_id__''', '''password''', '''username''', '''user_id*''') 29 29 * '''*'''Референцира user_id од User_table 30 12. ''User_table'' ('''__user_id__''', '''EMBG''', ''' address''', '''email''', '''phone_number''')30 12. ''User_table'' ('''__user_id__''', '''EMBG''', '''full_name''', '''address''', '''email''', '''phone_number''') 31 31 13. ''Waiter'' ('''__user_id*__''', '''shift''', '''salary''') 32 32 * '''*'''Референцира user_id од User_table