Skip to content

J-Ning/SQLZoo_practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLZoo_practices

This repository contains a curated set of SQL queries completed as part of my practice on SQLZoo.net. The queries are grouped by topic to demonstrate mastery of fundamental SQL concepts.

Skills Used:

  • Data selection and filtering with WHERE
  • Table joins (INNER, LEFT, SELF JOIN)
  • Aggregate functions (COUNT, SUM, AVG)
  • Grouping and filtering with GROUP BY and HAVING
  • Nested and correlated subqueries
  • Handling edge cases using NULL

Structure

  • selects.sql
    • Basic SELECT and WHERE queries
  • joins.sql
    • INNER, OUTER
  • aggregates.sql
    • COUNT, SUM, AVG, GROUP BY, HAVING
  • subqueries.sql
    • Nested and correlated subqueries
  • nulls.sql
    • Handling NULLs and conditional logic
  • self_joins.sql
    • Self JOIN queries

About

A collection of SQL practice problems completed using SQLZoo.net, organized by topic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors