Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

onsider the following schema: Emps ( EID , EName, Sal, DNo ) Depts ( DNum , DName, Loc, MID ) DNo references to DNum while

onsider the following schema:
Emps (EID, EName, Sal, DNo)
Depts (DNum, DName, Loc, MID)
DNo references to DNum while MID referencess to EID.
We want to write a query that can produce a list of all DName along with the corresponding average Sal but where the average is above 10000.
Which clause(s) must be present in this query? Select all that apply. Selecting an invalid option has negative marking.
SELECT Answer 1 Question 2
FROM Answer 2 Question 2
WHERE Answer 3 Question 2
GROUP BY Answer 4 Question 2
HAVING Answer 5 Question 2
ORDER BY Answer 6 Question 2

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 Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions