Print Guest Children

Function Number: 14

Function Name: Print Guest Children

Link to Function Implementation

Function Type: Query

Description: This function accepts a Guest ID number as input and will output a table containing all children belonging to that Guest ID.

Primary Users: Resort staff responsible for managing guest reservations

Tables Affected: child

Sample Input: Guest ID = 1

Sample Output: A table displays children belonging to Guest ID 1

Notes: This function implements a straightforward query on the table 'child,' retrieving all records therein with matching Guest ID as primary key. If a Guest ID does not exist, or if the specified Guest ID is not associated with any children, or if any other errors are encountered, an appropriate message will be displayed to the user.

Main Menu