Skip to content

Shar-03/sql-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Practice

📘 Description

This repository contains practice SQL queries organized by topic. Useful for mastering database concepts and preparing for technical interviews.

📂 Topics Covered

  • Basic SELECT queries
  • Joins (INNER, LEFT)
  • Aggregations & GROUP BY
  • Subqueries (nested, correlated)

▶️ How to Run

These queries are written for a fictional College Management database.

You can run them on:

  • MySQL
  • PostgreSQL
  • SQLite (with minor syntax changes)

🧪 Sample Tables Used

  • students(id, name, dob, email, course_id)
  • courses(id, course_name)
  • results(id, student_id, subject_id, marks)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors