From e5b37fb9c647794a7caaef2e489a89a90b8dac7c Mon Sep 17 00:00:00 2001 From: tobias-haenel Date: Thu, 21 Nov 2024 10:18:59 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 990acdf..6ae3300 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # Capstone project for Meta Database Engineer specialization on Coursera Details at https://www.coursera.org/professional-certificates/meta-database-engineer +> [!Caution] +> **Notes for reviewers:** +> - database model difference: orders contain arbitrary menu items (à la carte) instead of fixed menus with prespecified items +> - stored procedure GetMaxQuantity() returns 15 instead of 5 due to different test data +> - stored procedure ManageBooking() is called AddValidBooking() +> +> **Important**: There are bugs in the grading answers, fewer points correspond to better results. Please select the grading answers with the **highest** amount of points, if you think everything is correct. E.g. select: +> +> *5 points* +> +> *AddBooking() books the available table and but generates no confirmation message.* +> +> instead of +> +> *1 point* +> +> *AddBooking() books the available table and generates an appropriate confirmation message.* \ No newline at end of file