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

SQL in 1 Month

The document outlines a 4-week SQL training course covering topics such as basic and advanced SQL statements, data modeling, stored procedures, performance tuning, and real-world database applications. Week 1 introduces SQL syntax and basics along with data manipulation and aggregation. Week 2 covers advanced data manipulation, data normalization, and ensuring data integrity. Week 3 focuses on data modeling, stored procedures, views and indexes. Week 4 teaches advanced SQL techniques, performance tuning, advanced data modeling, and specific database platforms.

Uploaded by

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

SQL in 1 Month

The document outlines a 4-week SQL training course covering topics such as basic and advanced SQL statements, data modeling, stored procedures, performance tuning, and real-world database applications. Week 1 introduces SQL syntax and basics along with data manipulation and aggregation. Week 2 covers advanced data manipulation, data normalization, and ensuring data integrity. Week 3 focuses on data modeling, stored procedures, views and indexes. Week 4 teaches advanced SQL techniques, performance tuning, advanced data modeling, and specific database platforms.

Uploaded by

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

Week 1:

Introduction to SQL - basics, history, and syntax


Data manipulation - SELECT statement, Basic joins, and filtering
Data aggregation - GROUP BY and HAVING clauses
Data modification - INSERT, UPDATE, and DELETE statements

Week 2:
Advanced data manipulation - Subqueries, Set operations, and Functions
Data normalization - 1NF to 5NF
Working with complex tables - creating tables, constraints, and keys
Data integrity - Transactions, ACID properties, and error handling

Week 3:
Data modeling - ER diagrams, normalization, and relationships
Stored procedures and functions - Creating and Calling Stored Procedures
Views and Indexes - Creating views and indexing a database
Triggers - Creating triggers and configuring them appropriately

Week 4:
Advanced SQL - CTEs, Pivots, and Unions
Performance Tuning - SQL profiling and optimization techniques
Advanced data modeling - database design patterns, database denormalization, and normalization
Real-world applications - working with specific database platforms (MySQL, Oracle, SQL Server, Postgre
SQL).

You might also like