
Download and Install SQL Server 2019 on Windows 10(Basic Installation)
Download and Install SQL Server Management Studio on Windows 10
Explore virtualization software and how it lets an operating system run on another. Learn about VirtualBox, an open-source virtualization tool under GPL v2, used to access multiple operating systems.
Download and Install Oracle VirtualBox on Windows Host
Download Windows Server 2019 Evaluation Edition from Microsoft
Create new Virtual Machine and Install Windows Server 2019
Download and Install SQL Server 2019 ( Custom Installation ) on Windows Server 2019 VM
Connect SQL Server using SQL Server Management Studio and Change Authentication Mode
Learn about basics of SQL Server Configuration
What is a Relational Database
What is SQL and T-SQL
Create New Database
How to Download and Restore Adventureworks2019 Database
Write Simple Select Statement
Save Query as .sql File and Open Existing Query
Create Table and Insert Records Into Table
Data Types in SQL Server
Drop Table using Code and GUI option
CODE Challenge Create Database And Create Table
Solution CODE Challenge Create Database And Create Table
CODE Challenge Select Statement
Solution CODE Challenge Select Statement
What is SQL Constraint?
Primary Key Constraint
Foreign Key Constraint
Default Constraint
Not NULL Constraint
Unique Constraint
Check Constraint
Composite Primary
CODE Challenge SQL Constraint
Solution CODE Challenge SQL Constraint
CODE Challenge Foreign Key Constraint
Solution CODE Challenge Foreign Key Constraint
Preparing Data for Join Demo
Inner Join
Left Outer Join
Right Outer Join
Full Outer Join
Self Join
Cross Join
Union
Union All
In Operator
Between Operator
Where Clause
Subquery
Exists Operator
Not Exists Operator
AND OR Operator
Merge Join
Like Operator
CODE Challenge IN BETWEEN Operator
Solution CODE Challenge IN BETWEEN Operator
CODE Challenge JOINS and Where Clause
Solution CODE Challenge JOINS and Where Clause
SUM Function
MAX Function
MIN Function
COUNT Function
AVG Function
GROUP BY
HAVING CLAUSE
IS NULL
Code Example SUM with Having Clause
COALESCE Function
NULLIF
CASE Statement
CODE Challenge Aggregate Function
Solution CODE Challenge Aggregate Function
CODE Challenge CASE Statement and COALESCE Function
5.14 Solution CODE Challenge CASE Statement and COALESCE Function
Data Manipulation Language(DML)
Select Statement
Insert Statement
Update
Delete Statement
Data definition language(DDL)
Create Table Statement
Alter Table Statement
Drop Statement
Truncate Statement
Data Control Language (DCL)
Grant Command
Revoke Command
Transactional Control Language(TCL)
Commit
RollBack
Save Point
CODE Challenge DML and DDL
Solution CODE Challenge DML and DDL
Store Procedure
Store Procedure With Parameters
Store Procedure With Default Parameter
ALTER And Drop Store Procedure
Function
Scalar Function
Table Valued Function
Local Temporary Table
Global Temporary Table
Table Variable
Trigger and DML Trigger
Learn to create and manage DDL triggers in Microsoft SQL Server, including auditing with an audit log, and to disable and drop triggers at the database level.
Merge Statement
Common Table Expression
Ranking Function
Row number function
Rank & Dense Rank
In this course you will learn fowling topics:
Learn SQL syntax from a beginner to a pro level.
Learn about T-SQL (Transact SQL).
Install SQL Server 2019 on Windows 10.
Install SQL Server Management Studio on Windows 10.
Create a Virtual Machine in Oracle VirtualBox
Install SQL Server 2019 on Windows Server 2019 (Virtual Machine).
Learn to create databases.
Learn to create relational tables and insert records into tables.
Learn all types of SQL Joins (Inner Join, Left Join, Right Outer Join, Full Outer Join, Merge Join, Self-Join, Cross Join)
Analyze data using Union, Union All, IN Operator, Between Operator, Exists Operator, Not Exists Operator, Like Operator, Between Operator, and Sub Query
Learn all types of SQL constraints (Primary Key constraint, Foreign Key constraint, Not Null Constraint, Default Constraint, Unique Constraint, Check Constraint)
Understand the Composite Primary Key
Learn all types of aggregate functions.
Analyzing data using Coalesce, NullIF, Case Statement, Group By, and Having Clause
Learn the DML Statement (Insert, Update, and Delete).
Learn and Implement the Data Definition Languages (Create, Alter, Drop, Truncate)
Learning and Implementing Data Control Language (DCL) (Grant, Revoke)
Learn Transaction Control Language (TCL) (Commit, Rollback, Savepoint)
Learn to create complex store procedures and alter store procedures.
Learn and implement different types of triggers (DDL Trigger, DML Trigger).
Learn about both local and global temporary tables.
Learn Common Table Expression (CTE)
Understanding the Ranking Functions (Row Number, Rank, and Dense Rank)