0% found this document useful (0 votes)
3 views1 page

Assignment 3 - DBT

The document outlines the requirements for Assignment 3, which involves querying a database using data from Assignment 2. Tasks include displaying information about new customers who made deposits on a specific date, calculating deposit statistics, listing customers who opened accounts before 2014, identifying branches for customers living in Yangon with a certain balance, and retrieving branch information for accounts opened in August 2014. Each task requires specific SQL queries to extract the relevant data.

Uploaded by

Noko Hana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Assignment 3 - DBT

The document outlines the requirements for Assignment 3, which involves querying a database using data from Assignment 2. Tasks include displaying information about new customers who made deposits on a specific date, calculating deposit statistics, listing customers who opened accounts before 2014, identifying branches for customers living in Yangon with a certain balance, and retrieving branch information for accounts opened in August 2014. Each task requires specific SQL queries to extract the relevant data.

Uploaded by

Noko Hana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 3

Use Assignment 2 Table

1. Display the information of newcustomer that made deposit at '30-NOV-15'.

2. Find the total amount of deposit,the average of deposit and the number of customers who
made deposit for each date and display the result along with the corresponding date.

3. List the name of customers who opened account before 2014.

4. Write a query that branch name of the customers.This customers live in 'Yangon' and their
account balance>100000.

5. Write a query that the information of branch that opened account_info within "AUG" and
"2014".

You might also like