SQL Concepts
  • SQL Server Introduction
  • History of SQL Server
  • Hardware and software requirements
  • How to Check SQL Instance name and Version
  • How to create Data base and tables for the first time
  • SQL Commands
  • SQL DDL Command - Create and Drop
  • How to check definition of table in SQL
  • SQL DML Command - Insert examples
  • SQL DML Command - Update and Delete
  • SQL DDL - Truncate Command
  • SQL DDL - Alter Command
  • What is Alias in SQL
SQL Server Installation and Setup
  • SQL Server Installation and Setup
SQL Joins
  • What is Join and Types of Joins
  • What is Inner Join and Examples
  • What is Outer Join and Types of Outer Joins
  • Left Outer Joins with Examples
  • Right Outer Joins with Examples
  • Full Outer Joins with Examples
  • Cross Join or Cartesian Joins in SQL
SQL Maintenance Activities
  • SQL Backup and Restore concept