Enqurious LogoTM

Use coupon code 'ENQSPARKS25' to get 100 credits for FREE

0
0
Days
0
0
Hours
0
0
Minutes
0
0
Seconds

Product Management GlobalMart

15 Inputs
1 Hour
Intermediate
scenario poster
Industry
e-commerce
Skills
approach
data-wrangling
Tools
sql

Learning Objectives

Be able to perform JOINS between tables
Be able to understand how HAVING clause works
Be able to perform GROUP and aggregations on data
Be able to implement Sub-querying and Common Table Expressions
Understanding CTE as great method for sub-querying

Overview

SQL is a powerful tool for data analysis as it allows users to focus on the analysis itself, rather than the mechanics of how to retrieve the data.

In this scenario, we will ponder over how SQL is used for managing and manipulating data stored in relational databases and how it allows users to easily retrieve, sort, filter, and aggregate large amounts of data.

Prerequisites

  • SQL Data Wrangling-Basic