Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 916 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 916 Bytes

SQL Learning Notes

This repository contains my personal notes and practice files created while learning SQL. It serves as a reference for SQL concepts, queries, and techniques I've studied and practiced.

Contents

  • Basic SQL queries
  • Table operations
  • Joins and relationships
  • Aggregate functions
  • Subqueries
  • Stored Procedures
  • More.....

Purpose

The purpose of this repository is to:

  1. Track my progress in learning SQL
  2. Provide a quick reference for SQL concepts
  3. Share my learning journey with others who might find it helpful

How to Use

Feel free to browse through the files to see examples of SQL queries and concepts. Each file is named according to the topic it covers.

Disclaimer

These notes are based on my personal learning experience and may contain errors or oversimplifications. Always refer to official documentation for the most accurate and up-to-date information.