MS SQL Server: Learn MS SQL Server from Scratch
This SQL MS SQL course will teach you how to create your own database with SQL query and manage your database with SQL
What we will learn?
What is database?
RDBMS (Relational Database Management System)
What is SQL/Query?
Normalization
Normal Forms (NF)
Install MS SQL Server Express Edition 2017
Starting To SSMS (SQL Server Management Studio)
Create, Alter and Drop Database
Create, Rename and Drop Table
Data Types and Constraints
Foreign Key Constraint
Unique & Check Constraint
Insert Data To Table
Update Data In A Table
Delete Data and AdventureWorks
Select Statement and Alias
Where Clause and Operators
Sorting and Grouping Data
Like Clause
Case Function
Convert and Cast Function
Inner Join
Left and Right Join
Full and Self Join
Union Operators
Intersect and Except Operators
Subqueries With Select Statement
DateTime Function
Converting DateTime
String Functions
Math Functions
SQL Transactions
SQL Transactions Commands
Create Schema and View
Create Sequence
Create Logins
Users & User Permissions
Permissions & Roles
What we have learned?