The below services are always available to the dbAdmin role and to the SuperUser
ALL
permissions on the tables railway_station, train, schedule, seat
The trigger will try to auto-allocate the best possible seat for the passengers if available.
The trigger will try to auto-allocate the best possible seat for the passengers having ticket status as Waiting for the same date and train.
-
ALL
permissions on the tables users and passenger withRow Level Security
implemented -
SELECT
permissions on the ticket table withRow Level Security
implemented