Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Sailor Profession Sailors work in several professions and ranks, each with its own set of tasks that are critical to the effective operation of an

image text in transcribed
image text in transcribed
image text in transcribed
Sailor Profession Sailors work in several professions and ranks, each with its own set of tasks that are critical to the effective operation of an ocean-going vessel. The crew of a ship is organized into four major departments: the deck department, the engineering department, the steward's department, and others. Jackson is 45 years old and the engineering manager with rank 8. Donald is 58 years old and the steward manager with rank 7. Others include John, 36 years old and Mark, 24 years with ranks 6 and NULL respectively. This information was extracted from a database table (sailors). Consider the given information and respond to the following questions: 5.1 Create SQL queries to calculate the average ranking (AVG), the total of the rankings (SUM), and the number of rankings (COUNT). (5 Marks) 5.2 Is the result of dividing the total you just calculated by the count the same as the average? (5 Marks) 5.3 What would your response be if these procedures were performed with regard to the age field rather than the rating field? (5 Marks) 5.4 The following two SQL queries attempt to find the names of sailors with higher ranking and less than 25 years old. SELECT S.sname FROM Sailors S WHERE NOT EXISTS ( SELECT * FROM Sailors S2 WHERE S2.age ANY (SELECT S2.ranking FROM Sailors S2 WHERE S2.age

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

OpenStack Trove

Authors: Amrith Kumar, Douglas Shelley

1st Edition

1484212215, 9781484212219

More Books

Students also viewed these Databases questions