Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a database consisting of the following tables (relations): SAILORS(sid, name, rating, age) BOATS(bid, name, color) RESERVED(sid, bid, day). Write SQL statement for each of

Consider a database consisting of the following tables (relations): SAILORS(sid, name, rating, age)

BOATS(bid, name, color)

RESERVED(sid, bid, day). Write SQL statement for each of the following queries.

(17) For each color, find the number of boats in the color.

(18) For each boat, find the bid and the average age of sailors who reserved it.

(19) Find the number of boats reserved by Smith.

(20) For each sailor, find the sid and the number of boats reserved by the sailor.

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