1: Introduction to SQL Concepts
View Module
2: Setting up the Learning Environment (Database Software Installation)
3: Writing Basic SQL Queries
4: Introduction to Joins and Relationships Between Tables
5: Using Aliases for Table Names and Columns
6: Aggregate Functions (SUM, AVG, COUNT, MIN, MAX)
7: HAVING Clause for Filtering Grouped Data
8: INSERT Statement
9: Using Transactions for Data Integrity
10: Creating tables with CREATE TABLE statement
11: Dropping Tables with DROP TABLE Statement