Update README.md

This commit is contained in:
2024-11-21 10:28:52 +00:00
parent e5b37fb9c6
commit ea7aab1a77

View File

@@ -16,4 +16,9 @@ Details at https://www.coursera.org/professional-certificates/meta-database-engi
>
> *1 point*
>
> *AddBooking() books the available table and generates an appropriate confirmation message.*
> *AddBooking() books the available table and generates an appropriate confirmation message.*
> - you don't need to run the SQL queries if you want to save time, I stored the results that I got in the following files:
>
> - [AddAvailableBooking (ManageBooking)](sql/available_booking_results.txt)
> - [AddBooking, UpdateBooking, CancelBooking](sql/modify_bookings_results.txt)
> - [GetMaxQuantity()](sql/query_optimization_results.txt)