Answer to Question #244224 in Databases | SQL | Oracle | MS Access for shorty

Question #244224

2.1 Assuming the following relations from a customer database, write relational algebra expression for each statement using symbolic notations. Customer (cid, cname, rating, salary) Item (iid, iname, type) Order (cid, iid, day, qty)

2.1.1 Find the names of customers who have ordered item with id 087. (2)

2.1.2 Find the names of customers who have ordered a television i.e., an item of type television. 


1
Expert's answer
2021-09-30T00:58:17-0400

2.1.1 Find the names of customers who have ordered item with id 087.

Customer ⋈θ customer.cid=order.cid Order


2.1.2 Find the names of customers who have ordered a television i.e., an item of type television.

Customer ⋈θ customer.cid=order.cid Order (Order order.iid=item.iid Item)



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS