Problem
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.