Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Webinar week 1 Hands-On Exercise

Output of the exercise are to be sent across for review.

We are going to implement some of the DDL and DML in this section.

We’ll be doing all our exercises in the SQL Server Management Studio.

 Create database

 Create Customer table

 Insert sample data into the customer table using different methods
 Recall the data using SELECT statement
 We will apply WHERE clause predicate to filter data

 Create Account table and bulk insert sample data


 We’ll apply aggregate function with GROUP BY clause to the ACCOUNT table to find the portfolio
by category and also by branch

You might also like