Skip to content

A collection of SQL challenge projects showcasing database creation, queries, joins, triggers, transactions, and stored procedures.

Notifications You must be signed in to change notification settings

narmadhabalaji/SQL_Practice_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SQL_Practice_challenges

This repository contains SQL mini-projects and challenges completed while learning SQL concepts.
Each file represents a different business scenario demonstrating practical database operations.


📂 Projects Included

  • Focus: Triggers, Transactions, and Rollbacks
  • Features:
    • Trigger for order deletions
    • Stock management with TCL commands
  • Focus: Joins, Views, Functions, Stored Procedures
  • Features:
    • Employee–Department relationship
    • UNION vs UNION ALL
    • Custom UDF (FullName)
    • Stored Procedure for HR
  • Focus: Sorting and Limiting Results
  • Features:
    • Product table
    • ORDER BY and LIMIT for top-priced products
  • Focus: Joins, DISTINCT, WHERE, BETWEEN, NULL operations
  • Features:
    • Student–Course relationships
    • Multiple join types
  • Focus: Table modification and schema operations
  • Features:
    • ALTER, RENAME, TRUNCATE, DROP

Focus: Aggregate functions
Features:

  • SUM, COUNT, AVG, MIN, MAX
  • Rounding averages
  • Revenue summarization

🛠️ Tech Stack

  • MySQL Workbench 8.0 CE
  • SQL Syntax: DDL, DML, DCL, TCL

About

A collection of SQL challenge projects showcasing database creation, queries, joins, triggers, transactions, and stored procedures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published