2. Connect with System User
3. Create a new Database User
2. Delete or Drop Database
4. Create Database in SQL Server
9. Create Table in SQL Server
14. Insert Data into table
21. Order of execution of a Query
1. Constraints Introduction
2. Cascading referential integrity constraint
11. Identity Column in SQL Server
1. Data Types Introduction
1. Operators Introduction
1. Stored Procedures Introduction
2. Advantages of Stored Procedures
3. Simple Store Procedure
4. Stored procedure with input parameters
5. Stored Procedure with OUTPUT Parameters
1. Functions Introduction
2. Table Valued Functions
3. Scalar Valued Functions
4. Stored Procedure VS Function
5. Multi-Statement Table Valued Functions
6. Function WITH ENCRYPTION
7. Function WITH SCHEMABINDING
6. Function Real time Example
1. Mathematical Functions in SQL
1. Local Temporary tables
2. Global Temporary tables
4. Advantages and disadvantages of indexes
1. Triggers in SQL Server
3. Instead of insert trigger
4. Instead of update triggers
5. Instead of delete trigger
6. Common table expression (CTE)