Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Note: USE SQL and View the necessary SQL Scripts here >> https://1drv.ms/u/s!AtdfILv3w6pWa0NsldjxiBurZfI?e=Q1ejRl A. Machine Problems 1. Colonial Adventure Tours is considering offering outdoor adventure classes

Note: USE SQL and View the necessary SQL Scripts here >> https://1drv.ms/u/s!AtdfILv3w6pWa0NsldjxiBurZfI?e=Q1ejRl

A. Machine Problems

1. Colonial Adventure Tours is considering offering outdoor adventure classes to prepare people to participate in hiking, biking, and paddling adventures. Only one class is taught on any given day. Participants can enroll in one or more classes. Classes are taught by the guides that Colonial Adventure employs. Participants do not know who the instructor for a particular class will be until the day of the class. Colonial Adventure Tours needs your help with the database design for this new venture.

In each step, represent your answer using the shorthand representation and a diagram. Use crows foot notation for the diagram.

Follow the sample SQLite chinook database ERD (Download it from Blackboard Course Materials

a) For each participant, list his or her number, last name, first name, address, city, state, postal code, telephone number, and date of birth.

b) For each adventure class, list the class number, class description, maximum number of people in the class, and class fee.

c) For each participant, list his or her number, last name, first name, and the class number, class description, and date of the class for each class in which the participant is enrolled.

d) For each class, list the class date, class number, and class description; and the number, last name, and first name of each participant in the class.

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

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

What is a High - Level Function and what purpose does it serve?

Answered: 1 week ago