Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a database with following schema. This database records information about chefs (including name, birth date, birth city and rating), and the dishes they prepare.

image text in transcribed

Consider a database with following schema. This database records information about chefs (including name, birth date, birth city and rating), and the dishes they prepare. For each dish, the database records dish name and its popularity score. CHEF(cid\#, Chef_Name, ChefBirthDate, ChefBirthCity,Rating) DISH(did\#, Dish_Name, Popularity) PREPARE(cid\#,did\#) / cid is a chef's unique identier did is a dish's unique identier cid references Chef.cid and did references Dish.did */ Q1) Write a SQL query that finds the name of the chef who has above the average rating between chefs and the dish name if her/his dish is above the average popularity between dishes. The query should return pairs of the above average-rated chef name and the above averagepopulared dish name

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

More Books

Students also viewed these Databases questions