Adbms Final Project
Adbms Final Project
Spring 2023-2024
Sec: B
Group – F
Project submitted
By
2
SHASWATA ROY 20 - 42618 - 1
3
ZAFIR KEN ZAMAN 20 - 44041 - 2
4
MD. SAKIF ULLAH RAFI 20 - 43945 - 2
Table of Contents:
View …………………………………………………………………………………….. 9 - 11
Triggers ……..………………………………………………………………………….. 14 - 15
Admin Panel:
Communication Interface:
Different Types of Searching:
View :
1. Organizers Details View:
2. Tournament Info View:
4. Retrieves organizers associated with a specific tournament and outputs their names.
Triggers:
1. This trigger sets the tournament_type column in the info table based on the
tournament_id provided in the new row.
2. This trigger records changes to the organizer table, capturing the old and new values of
organizer_name and tournament_id.
3. This trigger checks whether the TOURNAMENT_ID provided in the ORGANIZER
table exists in the TOURNAMENT table before insertion or update.
4. This trigger generates a new TOURNAMENT_ID before insertion into the Tournament
table.