Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribedAnswer should be this format.

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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions