SQL Case Study - Basic
SQL Case Study - Basic
Business Context
A retail store would like to understand customer behavior using their point of sale data
(POS).
Data Availability
The data set we will be using for this exercise comprises of 3 tables:
Notes:
Only one SQL query should be written for each question.
SQL queries should be written keeping in mind that you have read only access.
You can insert 1000 records only using the INSERT in one INSERT statement in MS SQL
Server. To insert more records, use INSERT statement again.