Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 24 Consider the following table PILOTLOG for the next two questions. Which SQL statement below will return the pilot number of pilots who have

image text in transcribedimage text in transcribed

QUESTION 24 Consider the following table PILOTLOG for the next two questions. Which SQL statement below will return the pilot number of pilots who have flown the Plane# 110 or Plane# 221? PILOT# PLANE# DATE-FLOWN HOURS-FLOWN 2314 110 2314 221 3941 221 3941 4839 4839 4839 110 550 110 110 04/09/00 04/10/00 08/10/99 08/06/99 08/11/99 04/09/00 04/11/00 2.5 5.8 2.5 2.1 8.5 2.1 O A. Select Pilot# From PilotLog Group By Pilot# Having Plane# 110 OR 221; 8 Select Pilot# From PilotLog Group By Plane# Where Plane#-110 OR Plane#-221; . Select Pilot# From PilotLog Having Plane# ANY (110, 221); o D. Select Pilot# From PilotLog Where Plane#1N (110, 221)

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

Database Marketing The New Profit Frontier

Authors: Ed Burnett

1st Edition

0964535629, 978-0964535626

More Books

Students also viewed these Databases questions

Question

List and describe the three operations of a relational DBMS.

Answered: 1 week ago