SQL Interview Question: List Accounts with Large Recent Deposits
In other words, Write a SQL query to fetch the accounts that have total deposits amount crossed 100000 in the last month.
Learn how to write a SQL query to fetch the accounts that have total deposits amount crossed a certain value in a given time period. Perfect for preparing for a banking company interview.
#SQL #InterviewQuestions #Banking