Learn MS SQL Server from Scratch

SQL Server Basics to Advanced Concepts

4.35 (142 reviews)
Udemy
platform
English
language
Databases
category
instructor
Learn MS SQL Server  from Scratch
4,441
students
3 hours
content
Aug 2023
last update
$19.99
regular price

What you will learn

SQL Server Basics with practical examples

SQL Server advanced Concepts

SQL Server Performance Improvements

sql 2019

sql 2016

sql 2022

Why take this course?

SQL (Structured Query Language)

SQL stands for “Structured Query Language” and can be pronounced as “SQL” or “sequel – (Structured English Query Language)”.SQL (Structured Query Language) is used to modify and access data or information from a storage area called database.

SQL Commands:

SQL commands are instructions used to communicate with the database to perform specific task that work with data.

Data Definition Language (DDL) - These SQL commands are used for creating, modifying, and dropping the structure of database objects. The commands are CREATE, ALTER, DROP, RENAME, and TRUNCATE.

Data Manipulation Language (DML) - These SQL commands are used for storing, retrieving, modifying, and deleting data. These commands are SELECT, INSERT, UPDATE, and DELETE.

Transaction Control Language (TCL) - These SQL commands are used for managing changes affecting the data. These commands are COMMIT, ROLLBACK, and SAVEPOINT.

Data Control Language (DCL) - These SQL commands are used for providing security to database objects. These commands are GRANT and REVOKE.

CREATE TABLE

CREATE TABLE table name

(column_name1 datatype,

column_name2 datatype,

column name datatype

);

table name - is the name of the table.

column_name1, column_name2.... - is the name of the columns

datatype - is the datatype for the column like char, date, number etc.

Many more examples on SQL Server 2016 and SQL Server 2019

Will try to cover sql performance tuning and trouble shooting concepts as well.

how to create jobs in sql agents and trouble shooting concepts

Screenshots

Learn MS SQL Server  from Scratch - Screenshot_01Learn MS SQL Server  from Scratch - Screenshot_02Learn MS SQL Server  from Scratch - Screenshot_03Learn MS SQL Server  from Scratch - Screenshot_04

Reviews

Udaykiran
March 30, 2023
Hi Sir, This course is very clear to understand the essential basics ,the teaching is very clear to make the concept be in my mind , very satisfied by spending the time for this course . Thanks
Evan
November 15, 2022
While being free and a great resource, the lecture can be somewhat disorganized and therefore harder to learn.
John
April 7, 2022
The course was a bit all over the place, didn't teach anything about keys and there was a lot of background noise. The basics were there, as advertised though.
Vaibhav
February 27, 2022
Not covered Subqueries, Windows function, Data cleaning, Advance concepts like Views Stored Proc, Indexing
Dhanasekhar
October 19, 2021
Could have been more videos with better examples. and Joins examples are not upto the mark. There is no advance training sections. I advise more training and more about the SQL commands should be added. This is only basic

Charts

Price

Learn MS SQL Server  from Scratch - Price chart

Rating

Learn MS SQL Server  from Scratch - Ratings chart

Enrollment distribution

Learn MS SQL Server  from Scratch - Distribution chart

Related Topics

4085176
udemy ID
5/28/2021
course created date
6/1/2021
course indexed date
Bot
course submited by