Installation and select statement
  • Install Microsoft SQL Server 2019
  • An important announcement
  • Import Sample Database
  • Different ways to select record from table
  • Working Codes - SELECT Statement
  • Filter the Records of the Table
  • Working Codes - WHERE clause
Operators
  • Arithmetic operators
  • Working Codes - Arithmetic operators
  • + Operator and Concatenation
  • Working Codes - +Operator and Concatenation
  • NULL Value
  • Working Codes - NULL Values
  • AND & OR Operators
  • Working Codes - AND & OR Operators
  • Select Records Between 2 Ranges and from a List
  • Working Codes - SELECT Records between 2 Ranges and from List
  • Match patterns
  • Working Codes - Matching patterns
Sorting, Grouping and Functions
  • Sorting the Result
  • Working Codes - Sorting
  • Group the Result and Numeric Functions
  • Working Codes - GROUP BY and Numeric Functions
  • String Functions
  • Working Codes - String Functions
  • Date Functions
  • Working Codes - Date Functions
  • HAVING Clause
  • Working Codes - HAVING Clause
Sub Queries and Joining Rows and Columns from multiple tables
  • SubQueries
  • Working Codes - SubQueries
  • UNION and UNION ALL
  • Working Codes - UNION and UNION ALL
  • Join multiple tables
  • Working Codes - JOINS
  • Left Join
  • Working Codes -LEFT JOIN
  • Right Join
  • Working Codes - RIGHT JOIN
  • Full join
  • Working Codes - FULL JOIN
Creating table, inserting records and updating the records
  • Data types in Microsoft SQL Server
  • Create a table
  • Working Codes - CREATE TABLE
  • Insert Records into table
  • Working Codes - INSERT Records
  • Update an existing Record
  • Working Codes - UPDATE Statement
  • ALTER Statement
  • Working Codes - ALTER Statement
  • Delete Records from Table
  • Working Codes - DELETE Records
  • Delete table permanently
  • Working Codes - Deleting table permanently
Bonus Section
  • Let us stay connected