Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 808 Bytes

File metadata and controls

42 lines (31 loc) · 808 Bytes

SQL Learning Journey

Overview

This repository contains SQL practice programs, MySQL database scripts, and database management concepts. It demonstrates SQL fundamentals, CRUD operations, joins, constraints, aggregate functions, subqueries, and other commonly used database operations.

Topics Covered

  • Database Creation
  • Table Creation
  • CRUD Operations
  • Primary & Foreign Keys
  • Constraints
  • SELECT Queries
  • WHERE Clause
  • ORDER BY
  • GROUP BY
  • HAVING
  • Aggregate Functions
  • Joins
  • Subqueries
  • Views
  • SQL Functions

Technologies Used

  • MySQL
  • SQL

Learning Objectives

  • Understand SQL fundamentals
  • Perform CRUD operations
  • Design relational databases
  • Write optimized SQL queries
  • Practice interview-oriented SQL problems

Repository Structure

Author

Akasha RR