Skip to content

shifnaz/sql-analytics-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SQL Analytics Practice

This repository contains SQL queries demonstrating core data analysis skills commonly used in entry-level Data Analyst roles.

Skills Demonstrated

  • Filtering and aggregation
  • GROUP BY and HAVING
  • Subqueries
  • Joins
  • Window functions (ROW_NUMBER, AVG OVER)

Sample Use Cases

  • Identifying repeat customers
  • Calculating total sales per customer
  • Finding top performers within groups
  • Filtering records based on aggregated metrics

These queries were written using standard SQL and are compatible with PostgreSQL-style syntax.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors