π Key Learnings
- Using aggregate functions such as
SUM(),MAX() - Filter techniques such as
WHERE,GROUP BY - Sorting using
ORDER BY - Limiting results using
LIMITclause - Subquery in
WHEREclause
View my project here!
π Key Learnings
- Using aggregate functions such as
SUM(),MAX(),COUNT() - Filter techniques such as
WHERE,GROUP BYandHAVING() - Sorting using
ORDER BY - Limiting results using
LIMITclause - Pattern matching using the
LIKEoperator - Classifying using
CASE WHENstatement - Subqueries
- Window functions using
RANK()andSUM() - Common Table Expressions (CTEs)
View my project here!
π Key Learnings
- Using aggregate functions such as
SUM(),MIN(),MAX(),COUNT() - Filter techniques such as
WHERE,GROUP BY - Sorting using
ORDER BY - Limiting results using
LIMITclause
View my project here!
π Key Learnings
- Using aggregate functions such as
COUNT(),AVG() - Filter techniques such as
WHERE,GROUP BYandHAVING() - Sorting using
ORDER BY - Cleaning data using
TRUNC,EXTRACT - Labeling using
CASE WHENstatement - Casting using
CAST - Inner
JOIN - Common Table Expressions (CTEs)
View my project here!
π Key Learnings
- Using aggregate functions such as
MAX(),MIN(),COUNT() - Filter techniques such as
WHERE,GROUP BYandHAVING - Sorting using
ORDER BY - Inner
JOINandLEFT JOIN
View my project here!
π Key Learnings
- Filter techniques such as
WHERE,GROUP BYandHAVING() - Sorting using
ORDER BY - Limiting results using
LIMITclause - Subquery in
WHEREclause - Inner
JOINandLEFT JOIN - Set theory concepts such as
EXCEPT,INTERSECT
View my project here!