Changes between Version 8 and Version 9 of UseCase0002PrototypeImplementation


Ignore:
Timestamp:
06/26/26 22:20:08 (2 weeks ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase0002PrototypeImplementation

    v8 v9  
    127127''project.reservations'' – to check room availability and to insert the new reservation.
    128128''project.equipment'' – if additional equipment is requested.
    129 ''project.reservation_equipment'' – used if requested equipment is included in the reservation; this table was created from the requests_equipment M:N relationship in Phase P2.
     129''project.reservation_equipment'' – used if requested equipment is included in the reservation; this table was created in Phase P2 from the ''requests_equipment'' M:N relationship in the corrected ER model.
    130130
    131131This use-case modifies the database by inserting a new record into ''project.reservations''. The created reservation initially has the status ''pending''.