Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

List all functional dependencies. (a) A travel agency keeps track of each traveler's name (TNAME), traveler number (TNUM), ssn (SSN) birthdate (BDATE), sex (SEX), address

List all functional dependencies.

image text in transcribed

(a) A travel agency keeps track of each traveler's name (TNAME), traveler number (TNUM), ssn (SSN) birthdate (BDATE), sex (SEX), address (TADDR) and phone (TPHONE) and alternative phone (APHONE), club (CLUB) (can be travelclub, costco travel, vacations_line, xtrem_trips...), preferred airline(AIRLINE), second preferred airline (SECOND_AIRLINE) (if any), and rewards level (REWARDS) (Diamond, Gold, Silver, Bronze). Both ssn and traveler number have unique values for each traveler (b) Each vacation plan has a destination name (VPNAME), description (VPDESC), code number (VPNUM), number of days (VPDAYS), type (VPTYPE) (relax, adventure, sport, culture), and one offering airline (VPAIRLINE). The value of code number is unique for each vacation plan. (c) Each airline is described by a name (AIRLINENAME), airline code (AIRLINECODE), airline phone (AIRLINEPHONE), and country (AIRLINECOUNTRY). Both name and code have unique values for each airline (d) Each trip (a trip means one or more traveller that travel together in one of the predefined vacations plan) has a guide (GUIDENAME), month (MONTH) it is possible to have more than one trip per month, year (YEAR), destination (TRIPDESTPLAN), and trip number (TRIPNUM). Trip numbers distinguish different trips based on the same vacation plan during the same month/year; its values are 1, 2, 3, ...; up to the number of trips during each month (e) A trip record refers to a traveler (Ssn), in a particular trip and his satisfaction (SATISFACTION) level

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases A Beginners Guide

Authors: Andy Oppel

1st Edition

007160846X, 978-0071608466

More Books

Students also viewed these Databases questions

Question

4. Devise an interview strategy from the interviewers point of view

Answered: 1 week ago