Subjects
Structured Learning Path

SQL Syllabus

Explore all chapters and subchapters in a clear, organized format designed for better learning and faster navigation.

3

SQL Table

3.19 Alter Table

Learn the SQL ALTER TABLE statement with syntax, practical examples, and step-by-step tutorials. Modify columns, add constraints, rename tables, and update database structures efficiently.

3.21 Create table

Learn how to create tables in SQL with a step-by-step guide. Understand the CREATE TABLE statement, syntax, data types, constraints, primary keys, and practical examples for beginners.

3.22 Practice Assignment: Working with Tables

Practice creating, modifying, and managing tables in MySQL with hands-on assignments covering CREATE, ALTER, RENAME, DROP, TRUNCATE, and table relationships.

3.23 Assignment Solution: Working with Tables

Explore step-by-step solutions for the Working with Tables in MySQL assignment, including CREATE, ALTER, RENAME, DROP, TRUNCATE, and table relationship exercises with explanations.

8

SQL Wildcard Characters

17

Other Functions in SQL Server

18

Mathematical Functions in SQL Server

23

SQL Introduction

23.3 Structured Query Language (SQL)

Learn SQL Query Language and understand DDL, DML, DCL, and TCL commands with syntax, practical examples, real-world use cases, and key differences in MySQL.