Write an SQL query, without using a with clause, to find all branches where the total account

Question:

Write an SQL query, without using a with clause, to find all branches where the total account deposit is less than the average total account deposit at all branches,

a. Using a nested query in the from clauser.

b. Using a nested query in a having clause.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Database System Concepts

ISBN: 978-0072554816

4th Edition

Authors: Henry F. Korth, S. Sudarshan

Question Posted: