Displaying All Reservations

Function Number: 1

Function Name: All Reservations

Link to Function Implementation

Function Type: Query

Description: This function will select all rows from the table 'reservation' and display them in a table.

Primary Users: Resort staff responsible for creating or managing reservations

Tables Affected: reservation

Sample Input: User clicks link to function

Sample Output: A table displaying all information stored in the table 'records' is displayed.

Notes: This function is straightforward. It selects all rows from the table 'reservations' using the SQL SELECT command.

Main Menu