logo

Database Management Systems Analysis

Develop a computer-based replacement for the existing manual records system of Monument Travel, a company specializing in guided tours. The database system should store information about tours, guides, qualifications, and itineraries.

5 Pages697 Words34 Views
   

Added on  2022-08-24

Database Management Systems Analysis

Develop a computer-based replacement for the existing manual records system of Monument Travel, a company specializing in guided tours. The database system should store information about tours, guides, qualifications, and itineraries.

   Added on 2022-08-24

ShareRelated Documents
Running head: DATABASE SYSTEMS
DATABASE SYSTEMS
Name of the Student
Name of the University
Author Note
Database Management Systems Analysis_1
DATABASE SYSTEMS
1
Relational Schema
Client Table
Client (Client_No, Name, Address, Phone_No, Discount)
Location Table
Location (Name, Type, Description)
Tour Table
Tour (Name, Duration, Cost)
Itinerary Table
Itinerary (Tour*, Location*, Sequence_Number)
Guide Table
Guide (Guide_No, Family_Name, Given_Name, Address, DOB,
Date_Joined, Supervisor*)
Qualification Table
Qualification (Tour*, Employee*, Date_Passed)
Outing Table
Outing (Tour*, Start_Date, Guide*)
Participant Table
Participant (Tour*, Start_Date*, Client*)
Next_of_Kin Table
Next_of_Kin(Guide_No*, Kin_Number, Name, Contact_number)
Implementation
Client Table
create table Client (Client_No number(5) primary key, Name
varchar(30) not null, Address varchar(50) not null,
Phone_no number(11) unique not null, Discount number(3)
null);
Location Table
Database Management Systems Analysis_2

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Managing Database Storage Structure
|14
|3262
|42

Assignment on Database PDF
|14
|2236
|34

Database ER Diagram
|12
|1463
|86

Rationale & Assumption
|11
|1212
|460

Sql Join Columns of Two Tables on Unique Key
|10
|981
|431

Database Concepts for Video Game Centre Database
|19
|3019
|66