Question: Given this schema: Users(uID, username, joinedTime, city) Posts(pID, uID, postTime, postText) Likes(uID, pID, likeTime) Posts[uID] Users[uID] Likes[uID] Users[uID] Likes[pID] Posts[pID] Solve all queries below using

Given this schema: Users(uID, username, joinedTime, city) Posts(pID, uID, postTime, postText) Likes(uID, pID, likeTime) Posts[uID] Users[uID] Likes[uID] Users[uID] Likes[pID] Posts[pID] Solve all queries below using only select (), project (), Cartesian product (), natural join (), and the assignment operator (:=).

Write a query that finds all IDs of posts that have been posted by users in Seattle and liked by users in Portland. This question combines lots of opera- tions; try to break down what you need to do step by step, write the component pieces, and then combine them together.

Given this schema: Users(uID, username, joinedTime, city) Posts(pID, uID, postTime, postText) Likes(uID,Answer should be this format.

SNAME(SX(SH(PH=3sP)))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!