Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PART A (Writing some of the queries for HW 2 in SQL) Consider a database with the following schema. LIKES(drinker,beer); /* primary key(drinker,beer) */ FREQUENTS(drinker,pub);

PART A (Writing some of the queries for HW 2 in SQL) Consider a database with the following schema. LIKES(drinker,beer); /* primary key(drinker,beer) */ FREQUENTS(drinker,pub); /* primary key(drinker,pub) */ SERVES(pub,beer,cost); /* primary key(pub,beer) */ Write the following queries in standard SQL, but without using aggregate operators. 1. Find pubs that serve some beer that Joe likes. 2. Find drinkers who frequent pubs where they can get a drink for less than $3 3. Find drinkers who like at least one expensive (over $8) beer that Joe likes. 4. Find drinkers who like some beers but do not frequent any pubs. 5. Find drinkers who frequent pubs that serve either Stella Artois or Molsons. 6.* Find pubs that serve every beer that Joe likes. 

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

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions

Question

Explain privacy concerns on the Web.

Answered: 1 week ago

Question

Find dy/dx if x = te, y = 2t2 +1

Answered: 1 week ago