Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I NEED HELP WITH THESE QUESTIONS: Consider a database consisting of the following tables: Person(Pname, Street, City, Cname, Salary) Company(Cname, City, Sales) Branch(Cname, City) Primary

I NEED HELP WITH THESE QUESTIONS:

Consider a database consisting of the following tables:

  • Person(Pname, Street, City, Cname, Salary)

  • Company(Cname, City, Sales)

  • Branch(Cname, City)

  • Primary Key is underlined in each relation. The Person relation provides the information about a person including the name, address(street and city), the company for which the person works, and his/her salary. The Company table provides the city in which the company is headquartered plus the company's total sales. The Branch relation provides the cities in which the company has branches (might be different than HQs city).

  • Write expressions in Relational Algebra(RA), to retrieve answers to each of the following queries. Also, write queries in Tuple Relational Calculus(TRC) that retrieve the answers to the first three queries.

  • Question 1: Find the names and addresses (i.e., Street, City) of all employees who work for Facebook.

  • Question 2: Find the names of employees that work for a company headquartered in Chicago.

  • Question 3: Find the names of all employees who work for companies that only have branches in Chicago.

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

Essential SQLAlchemy Mapping Python To Databases

Authors: Myers, Jason Myers

2nd Edition

1491916567, 9781491916568

More Books

Students also viewed these Databases questions

Question

=+3. What is content curation and its role within social media?

Answered: 1 week ago