Before executing the macro:
ConnectionString = "Provider=SQLOLEDB;Data Source=DESKTOP-C8M3J9C;Initial Catalog=BasicQuries;Integrated Security=SSPI"
SQL Introduction
DDL Language
What is Meant by Table
Structure Of the table
Rules to Create the table
Create the structure of table by defining data types
Alter the structure of the table
Add a column to the existing table
Alter a column - Data type and Size
Rename table
Drop column
DML Language - Data Manipulation Language
Introduction
Insert values into the table
Update the value in entire column of the table
Update the data of specific row
Delete the data of specific row
Delete all the data of all rows
Create Alias Column
From Clause
Where Clause
Group By Clause
Distinct Clause
Having Clause
Order By Clause
Functions
Inner Join
Right Outer Join
Left Outer Join
Date Function
TOP Statement
In Operator
SQL Offset and Fetch Next Statement
SQL OR Operator
SQL NOT Operator
SQL IS Null Operator
SQL Between Operator
SQL AND Operator
Substring Function
Count_Big(*) Function
Upper Function
Lower Function
Replicate Function
Replace Function
Reverse Function
Len Function
Like Operator
MAX Function
MIN Function
Right Function
Sum Function
Left Function
Rtrim Function
Ltrim Function
Col_Legth Function
Add Operator
Exists and Not Exists Operator in Sub Query
TSQL
System Data in SQL