Changes between Version 4 and Version 5 of Logical and Physical Design - Database creation (with SQL Scripts)


Ignore:
Timestamp:
11/29/22 17:17:42 (22 months ago)
Author:
201101
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Logical and Physical Design - Database creation (with SQL Scripts)

    v4 v5  
    15152. ''Events'' ('''__event_id__''', '''event_type''', '''price''', '''number_of_interested_guests''')
    16163. ''Activities'' ('''__activity_id__''', '''activity_type''', '''price''', '''number_of_interested_guests''', '''location''')
    17 4. ''Rooms'' ('''__room_id__''', room_type, price,availability, villa_id*)
     174. ''Rooms'' ('''__room_id__''', '''room_type''', '''price,availability''', '''villa_id*''')
    1818        * '''*'''Референцира villa_id од Villa
    19195. ''Service'' ('''__service_id__''', '''service_type''', '''price''', '''user_id*''', '''room_id*''')