This repository contains practical notes and query files from the "AI-Powered SQL Training Camp" led by Murat Yücedağ. Currently, the notes cover the first 10 videos of the series.
Content of First 10 Lessons: Data Definition (DDL): Creating databases on SQL Server 2025, designing table structures, and utilizing modern data types.
Data Manipulation (DML): Data entry using INSERT commands and generating large datasets (Categories, Customers) via AI prompts.
Query Logic: Data retrieval using SELECT, column aliasing, and filtering with the WHERE clause.
Logical Operators: Building complex queries using AND, OR, NOT, and LIKE operators.
Tech Stack: Database Engine: MS SQL Server 2025
Interface: SQL Server Management Studio (SSMS) 21.x
AI Integration: Prompt Engineering for SQL Optimization