SQL Course Syllabus
- Home
- Courses
SQL Training in Hyderabad
Curriculum
-
-
- - Data Definition Language (DDL)
- - Data Manipulation Language (DML)
- - Data Control Language (DCL)
- - Transaction Control Language
- - Constraints in SQL
- - Types of Keys in SQL
-
- - Introduction to Normalization
- - First Normal Form (1NF)
- - Second Normal Form (2NF)
- Third Normal Form (3NF)
- - Boyce-Codd Normal Form (BCNF)
- - Ensuring Data Integrity through Constraints
- - Operators in SQL
- - Sorting data using ORDER BY
- - Using LIMIT to restrict the number of results
- - Built-in SQL functions
- - Math Functions
- - Aggregate Functions
- - Datetime Functions
- - User Defined Functions
SQL Constraints:
- - Aggregating data with GROUP BY
- - Filtering grouped data with HAVING
- - Advanced filtering techniques
- - Working with complex queries
- - Inner Join
- - Left (Outer) Join
- - Right (Outer) Join
- - Full (Outer) Join
- - Self Join
- - Scalar subqueries
- - Correlated subqueries
- Subqueries:
- - Importance of indexing
- - Types of indexes
- - Using EXPLAIN to analyze query performance
- - Views and Stored Procedures
- - Creating and using views
- - Advantages and limitations of views
- - Introduction to stored procedures
- - Writing and executing stored procedures
- - Using parameters in stored procedures
- - Triggers
- - Creating and using triggers
- - BEFORE and AFTER triggers
- - INSTEAD OF triggers
- - Practical use cases for functions and triggers