University Database Assignment: Monument Travel Database System Design
VerifiedAdded on  2022/08/24
|5
|697
|34
Homework Assignment
AI Summary
This assignment presents a comprehensive database solution for Monument Travel, a company specializing in guided tours. The solution includes the creation of several relational tables: Client, Location, Tour, Itinerary, Guide, Qualification, Outing, Participant, and Next_of_Kin. Each table is defined with specific attributes, data types, and primary keys. Foreign key constraints are implemented to enforce relationships between tables, such as the relationship between tours and locations in the Itinerary table or the supervisor relationship within the Guide table. Furthermore, the solution incorporates check constraints and triggers to ensure data integrity, including validation for dates of birth and dates joined. The provided SQL code demonstrates the creation of these tables, the definition of constraints, and the implementation of triggers to manage data validation rules. This assignment showcases the practical application of database design principles in a real-world scenario.
1 out of 5