About This Course
Course Curriculum
-
Introduction00:03:00
-
How to get course requirements00:03:00
-
Getting started on Windows, Linux or Docker00:01:00
-
How to ask great questions00:01:00
-
FAQ’s00:01:00
-
Section Introduction00:02:00
-
Microsoft SQL Server Installation00:19:00
-
SQL Server Management Studio (SSMS) Installation00:08:00
-
How to connect MS SQL (Windows Authentication)00:04:00
-
How to connect MS SQL (SQL Server Authentication)00:03:00
-
Download and Restore Sample Database00:07:00
-
What is Azure Data Studio00:06:00
-
Azure Data Studio Installation steps00:07:00
-
Azure Data Studio to Connect SQL Server00:09:00
-
Create a Database00:07:00
-
Create a Table00:09:00
-
Insert Data rows00:07:00
-
View the Data returned by Query00:03:00
-
Section Introduction00:01:00
-
Overview of Databases00:11:00
-
Creating Database00:05:00
-
SQL Data Types00:03:00
-
Column Data Types on SSMS00:04:00
-
Creating Table00:09:00
-
Overview of Primary Key and Foreign Key00:04:00
-
Primary Key00:04:00
-
Foreign Key00:07:00
-
Creating Temporary tables00:06:00
-
Section Introduction00:01:00
-
Insert statement00:08:00
-
Update statement00:05:00
-
Delete statement00:03:00
-
Section Introduction00:01:00
-
CREATE table statement00:03:00
-
DROP statement00:02:00
-
ALTER statement00:05:00
-
TRUNCATE statement00:04:00
-
COMMENT in query00:01:00
-
RENAME00:02:00
-
Create Database user00:04:00
-
GRANT permissions00:06:00
-
REVOKE permissions00:04:00
-
Section Introduction00:01:00
-
SQL Statement basic00:03:00
-
SELECT Statement00:07:00
-
SELECT DISTINCT00:03:00
-
SELECT with column headings00:03:00
-
Column AS statement00:02:00
-
SELECT WHERE Clause – theory00:04:00
-
SELECT WHERE Clause – practical00:04:00
-
Sum()00:08:00
-
Min()-Max()00:06:00
-
Order By statement00:05:00
-
SELECT TOP clause in SQL00:04:00
-
BETWEEN command00:08:00
-
IN operator00:04:00
-
Wildcard Characters and LIKE00:05:00
-
Section Introduction00:01:00
-
Group by – theory00:03:00
-
Group by – practical00:05:00
-
HAVING statement00:04:00
-
Overview of Joins00:02:00
-
What are Joins00:02:00
-
Inner join00:08:00
-
Left outer join00:03:00
-
Right outer join00:02:00
-
Full outer join00:01:00
-
Union00:03:00
-
Cartesian Product with the Cross Join00:03:00
-
Query Exercise00:01:00
-
Solution for Query Exercise00:01:00
-
Section introduction00:01:00
-
Check constraint00:07:00
-
NOT NULL constraint00:08:00
-
UNIQUE constraint00:05:00
-
Creating Views00:04:00
-
Reporting with multiple tables00:03:00
-
Section Introduction00:01:00
-
Timestamp00:04:00
-
Extract from timestamp00:03:00
-
Mathematical scalar functions00:04:00
-
String functions00:05:00
-
Sub Query00:03:00
-
SELECT with calculations00:06:00
-
Create stored procedure00:05:00
-
Stored procedure with parameter00:04:00
-
Installing SandDance Extension00:03:00
-
Visualization Charts00:05:00
-
Multiple Table Data Charts00:06:00
-
Type Decision for Data Analysis00:13:00
-
Data Analysis with Case Statement and String Text00:09:00
-
Section Introduction00:01:00
-
Import Flat File00:05:00
-
Import .csv or excel file00:03:00
-
Export Data to Excel or any format00:06:00
-
Section Introduction00:01:00
-
Creating Database backup00:04:00
-
Restoring Database backup00:04:00