SQL Server database Overview
- RDBMS Overview and types
- Features
Installations and configuration of SQL server
- System Requirements
- Editions in sql server
- Installing the sql server
- Upgrading the latest versions
- Verifying the installation
User logins and schema
- Introduction to schema
- Logins types
Introduction to Data Definition Language(DDL)
- CREATE statement
- AlTER statement
- DROP statement
Introduction to Data Definition Language(DML)
- INSERT statement
- UPDATE statement
- DELETE statement
- MERGE Statement
SQL Functions
- SQL Functions overview
- Character functions
- Non-Character functions
Joins
- Overview
- Equijoins
- Inner Joins
- Outer Joins
- Cross Joins