0% found this document useful (0 votes)
8 views1 page

5-Day SQL Study Tracker

The document outlines a structured SQL training program spanning five days, covering beginner to advanced topics. It includes essential SQL commands, filtering and sorting data, aggregate functions, joins, subqueries, common table expressions, and advanced concepts like stored procedures and query optimization. Each day focuses on specific topics to build a comprehensive understanding of SQL.

Uploaded by

rohanrathod134
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

5-Day SQL Study Tracker

The document outlines a structured SQL training program spanning five days, covering beginner to advanced topics. It includes essential SQL commands, filtering and sorting data, aggregate functions, joins, subqueries, common table expressions, and advanced concepts like stored procedures and query optimization. Each day focuses on specific topics to build a comprehensive understanding of SQL.

Uploaded by

rohanrathod134
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Day Date Topic

Day 1: Beginner Topics 2025-05Introduction to SQL


Day 1: Beginner Topics 2025-05Basic SQL Commands (CREATE, INSERT, SELECT, etc.)
Day 1: Beginner Topics 2025-05SELECT Queries and Aliases
Day 1: Beginner Topics 2025-05Filtering Data with WHERE, AND, OR, IN, LIKE
Day 1: Beginner Topics 2025-05Sorting with ORDER BY and LIMIT
Day 2: Intermediate Topics - Part 12025-05Aggregate Functions (COUNT, SUM, AVG, etc.)
Day 2: Intermediate Topics - Part 12025-05GROUP BY and HAVING
Day 2: Intermediate Topics - Part 12025-05Joins: INNER, LEFT, RIGHT, FULL, CROSS
Day 2: Intermediate Topics - Part 12025-05Self Joins
Day 3: Intermediate Topics - Part 22025-06Subqueries (SELECT, WHERE, FROM)
Day 3: Intermediate Topics - Part 22025-06Correlated vs Non-correlated Subqueries
Day 3: Intermediate Topics - Part 22025-06Set Operations: UNION, INTERSECT, EXCEPT
Day 3: Intermediate Topics - Part 22025-06String and Date Functions
Day 4: Advanced SQL - Part 1 2025-06Common Table Expressions (CTEs) and Recursive CTEs
Day 4: Advanced SQL - Part 1 2025-06Window Functions: ROW_NUMBER, RANK, DENSE_RANK, etc.
Day 4: Advanced SQL - Part 1 2025-06LEAD, LAG, and Aggregates with OVER()
Day 4: Advanced SQL - Part 1 2025-06Advanced Filtering: EXISTS, IN, JOIN Comparisons
Day 5: Advanced SQL - Part 2 2025-06Views: CREATE and Use Cases
Day 5: Advanced SQL - Part 2 2025-06Stored Procedures and Functions
Day 5: Advanced SQL - Part 2 2025-06Triggers and their Uses
Day 5: Advanced SQL - Part 2 2025-06Indexes and Query Optimization
Day 5: Advanced SQL - Part 2 2025-06Transactions and ACID Properties
Day 5: Advanced SQL - Part 2 2025-06Normalization & Real-world Case Studies

You might also like