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.

(12) Find the names of sailors with age over 20 who have not reserved a green boat.

(13) Find the names of sailors who have reserved at least five boats.

(14) Calculate the average age of all sailors.

(15) Find the name and the age of the youngest sailor.

(16) Find the names of sailors with the highest rating.

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

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions

Question

Find the exact value of expression. csc(tan -1 1)

Answered: 1 week ago

Question

Calculate the cost per hire for each recruitment source.

Answered: 1 week ago

Question

What might be some advantages of using mobile recruiting?

Answered: 1 week ago

Question

What external methods of recruitment are available?

Answered: 1 week ago