he following relationships are used to keep an after-school calendar of events for students in a school. An example of this database is given below. The database can be much larger and can contain much more information than these given features, but just use the following data sets for this question. SchoolEvents database Student (student ID, name, surname, address, telephone) Activity (event_name, capacity, equipment, fee, instructorID) Location (place_name, equipment) Calendar (event_name, day, start_time, end_time, place) Registration (studentID, event_name) Instructor (trainer ID, name, surname, address, telephone, salary) Student student ID name surname address phone 123 Ali Ozturk Barbaros Cad 0 533 466 77 88 345 Ayse Kaya Tesvikiye Mah 0 505 222 33 44 Activity activity_name capacity equipment fee Music 3 piano 100 Bale 15 wooden floor 50

A Guide to SQL
9th Edition
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Philip J. Pratt
Chapter2: Database Design Fundamentals
Section: Chapter Questions
Problem 11RQ
icon
Related questions
Question

The following relationships are used to keep an after-school calendar of events for students in a school. An example of this database is given below. The database can be much larger and can contain much more information than these given features, but just use the following data sets for this question.

SchoolEvents database

Student (student ID, name, surname, address, telephone)
Activity (event_name, capacity, equipment, fee, instructorID)
Location (place_name, equipment)
Calendar (event_name, day, start_time, end_time, place)
Registration (studentID, event_name)
Instructor (trainer ID, name, surname, address, telephone, salary)


Student

student ID name surname address phone
123 Ali Ozturk Barbaros Cad 0 533 466 77 88
345 Ayse Kaya Tesvikiye Mah 0 505 222 33 44


Activity

activity_name capacity equipment fee
Music 3 piano 100
Bale 15 wooden floor 50


Location

place_name equipment
Hall 1 piano
Hall 2 mat
Room 1 wooden floor


Calendar

event_name day start time end time place instructorID
Music Wednesday 15.30 16.30 Hall 1 111
Ballet Monday 16.30 18.00 Room 1 333


Record

studentID event_name
123 Music
345 Ballet
123 Ballet


Instructor

egitmenID name surname address phone salary
111 Pinar Efe Nispetiye Cad 0 533 463 37 88 3000
333 Aysen Yilmaz Etiler Mah 0 505 222 11 44 5000

Relational Algebra Questions:

a) List the name, surname and telephone number of the students registered in the activities of the instructor named Pinar.
b) Find activities for which no event plan has been made yet.
c) List the activities that have not been planned according to the required equipment.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Transaction Processing
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr