Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following relations containing airline flight information: Give the relational algebra statement When possible. if there is not an algebra method to do something

Consider the following relations containing airline flight information:

image text in transcribed

Give the relational algebra statement "When possible". if there is not an algebra method to do something then state it cannot be done.

Flights(fino: integer, from: string, to: string, d'istance: integer, departs: time, arrives: time) Aircraft( aid: integer, aname: string, cTuisingrange: integer) Certified( eid: integer, aid: integer) Employees(eid: integer, ename: string, salary: integer) Note that the Employees relation describes pilots and other kinds of employees as well; every pilot is certified for some aircraft otherwise, he or she would not qualify as a pilot), and only pilots are certified to fly. Write the following queries in relational algebra, tuple relational calculus, and domain relational calculus. Note that some of these queries may not be expressible in relational algebra. For such queries, linformally explain why they cannot be expressed. 1) Find the names of pilots certified for some Boeing aircraft. 2) Identify the flights that can be piloted by every pilot whose salary is more than $100,000. 3) Find the eids of employees who make the highest salary. 4) Find the eids of employees who are certified for the largest number of aircraft. 5) Find the total amount paid to employees as salaries

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

Database Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

More Books

Students also viewed these Databases questions

Question

1. Prepare a flowchart of Dr. Mahalees service encounters.

Answered: 1 week ago