From ea7aab1a77105a86a9c01dd358c5d8f3f9098239 Mon Sep 17 00:00:00 2001 From: tobias-haenel Date: Thu, 21 Nov 2024 10:28:52 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae3300..8c82516 100644 --- a/README.md +++ b/README.md @@ -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.* \ No newline at end of file +> *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) \ No newline at end of file