Complete Microsoft SQL Server Masterclass:Beginner to Expert
- Offered byUDEMY
Complete Microsoft SQL Server Masterclass:Beginner to Expert at UDEMY Overview
Duration | 11 hours |
Total fee | ₹399 |
Mode of learning | Online |
Credential | Certificate |
Complete Microsoft SQL Server Masterclass:Beginner to Expert at UDEMY Highlights
- 30-Day Money-Back Guarantee
- Certificate of completion
- Full lifetime access
- Learn from 1 downloadable resource and 100 articles
Complete Microsoft SQL Server Masterclass:Beginner to Expert at UDEMY Course details
- Start your career by mastering complete SQL statements in Microsoft SQL Server
- Queries and Files Included
- Learn different ways to select Records from Tables
- Filter the Records of the Table
- How to sort the result
- GROUP BY Clause
- Learn all aggregate Functions
- JOINs in table
- UNION and UNION ALL
- Create Tables
- Insert Records
- Update data inside table
- Modify the column and constraints
- The same set of SQL statements can be used with Oracle, PostgreSQL, MySQL, etc
- All the Keys and Constraints are explained in detail
- 'This Course covers SQL using Microsoft SQL Server 2019 and you can apply the logic of these SQL queries in Oracle, MySql, PostgreSQL, Microsoft Access, SQLite, MongoDB, IBM DB2, Redis, ElasticSearch, Cassandra, Splunk, MariaDB, Teradata, Hive, Solr, HBase, FileMaker, SAP HANA, Amazon DynamoDB, SAP Adaptive Server, Neo4J, CouchBase, Memcached, and Microsft Azure SQL'."Welcome to the most popular Quality complete Course on Microsoft SQL Server(MS SQL Server)"Covers different forms of SELECT StatementsExplains how to filter the RecordsAll the Arithmetic operators are explainedNULL Values are explainedBeautiful examples of all the operatorsORDER BY, GROUP BY, HAVING clauses has examples in detailThe course covers all the Aggregate Functions and other FunctionsUNION and JOINs are explained with real-life examplesI have explained all types of JoinsData types used in Microsoft SQLKeys and Constraints are explained in detail======================================================================================Join this course which is the best "Microsoft SQL" course. I will share all the syntax of SQL with multiple examples along the way!!!Want to start learning SQL from scratch with no previous coding experience?You have come to the right place. Please have a look at the Course content carefully and ask a few questions from yourself?I have shared all the codes which are used in this courseIs the Course taught by a real-time expert? I have more than 15 years of experience as an Instructor and more than 10 years of experience in SQL. I firmly believe that if an Instructor does not have a good experience, he/she will flood the course with poor content.Is the Course content clear and Precise? The content is short, crisp, and clear.The course assumes no prior knowledge on MS SQL(Microsoft SQL Server) and teaches you from scratch to advanced levelOnce you Enroll for this Course, you get lifetime access to this course and you will get all the future updates.The course does not cover T-SQL directly but it will help you to learn T-SQL also.This will also help you to get Microsoft certification.This Course is not for DBA(Database Administration) but certainly, helps you to become better.If you plan to work with other databases like Oracle, MySQL, SQLite, PostgreSQL, etc, it will be extremely helpful.If you are a data scientist (Data Analysis role) or willing to become a data scientist, then SQL is a must and this course helps in data analytics.Do you want to start on SQL but have no experience with SQL? If you have some prior knowledge of SQL or if you are a complete fresher, you are at the right place. The Course teaches you to SQL right from Scratch. It will be the best course for absolute beginners.There's no risk involved in taking this Course!I am sure that this is the best complete course on SQL and it is the perfect starting point to master complete Microsoft SQL.What if you are stuck?I personally answer all the questions which are asked here. If you are stuck anywhere, ask a question or you can message me directly and I will answer all your doubts.Are you getting updated content?Yes, I keep updating the content always to make sure, I provide all the information to my students.Once you enroll for this course, you will master these concepts in detail-1) Selecting Records from Table - SELECT statement in SQL2) Filtering the Records - Using WHERE clause in SQL3) Sorting Records - Using ORDER BY clause5) Grouping data - using GROUP BY clause6) complete guide with examples of all the Functions - All aggregate functions covered7) Creating simple and advanced Tables - with constraints and without constraints8) Keys, Index - PRIMARY KEY, FOREIGN KEY, UNIQUE INDEX9) Inserting records(loading) - with INSERT Statement10) Updating the records of a Table - Using UPDATE statement11) Combining multiple tables - Using UNIONS12) Joining multiple columns of different tables - Using JOINs13) Modify table properties - ALTER statement14) Deleting records from the table - DELETE statement15) Removing tables from the database permanently - DROP statementNote: This course helps to learn Microsoft SQL using Microsoft SQL Server 2019 but you can also use Microsoft SQL Server 2012, Microsoft SQL Server 2016, Microsoft SQL Server 2017, etc. It will also help to learn SQL in Oracle, MySql, PostgreSQL, Microsoft Access, SQLite, MongoDB, IBM DB2, Redis, ElasticSearch, Cassandra, Splunk, MariaDB, Teradata, Hive, Solr, HBase, FileMaker, SAP HANA, Amazon DynamoDB, SAP Adaptive Server, Neo4J, CouchBase, Memcached, and Microsft Azure SQL'.
Complete Microsoft SQL Server Masterclass:Beginner to Expert at UDEMY Curriculum
Installation and select statement
Welcome and Introduction
Install the Microsoft SQL Server 2019 on Windows
Import a Sample Database
Install Microsoft SQL Server on Mac
SELECT Statement in SQL
Code used - SELECT Statement in SQL
SELECT DISTINCT
Code used - SELECT DISTINCT
Case with SELECT
Code used - Case with SELECT
Quiz
Filter the Records
WHERE Clause
Code used - WHERE Clause
Comparison Operators in WHERE Clause
Code used - Comparison Operators in WHERE Clause
Arithmetic Operators in WHERE clause
Code used - Arithmetic Operators in WHERE clause
Logical Operators in WHERE clause
Code used - Logical Operators in WHERE clause
Concatenation operator(+) with WHERE clause
Code used - Concatenation operator(+) with WHERE clause
Concat() function to combine strings
Code used - concat function
IS NULL Value
Code used - IS NULL Value
Between Operator in WHERE Clause
Code used - Between Operator in WHERE Clause
Better way to tackle dates with CAST Function
Code used - Better way to tackle dates with CAST Function
IN Operator
Code used - IN Operator
Quiz
Matching a pattern
LIKE Operator with percent to match 0 or more Characters
Code used - LIKE Operator with percent to match 0 or more Characters
LIKE Operator with [...] Character classes
Code used - LIKE Operator with [...] Character classes
LIKE Operator with character range
Code used - LIKE Operator with character range
LIKE Operator with Negation Character
Code used - LIKE Operator with Negation Character
LIKE Operator with Underscore
Code used - LIKE Operator with Underscore
Test Your skills
Code used - Test Your skills
Escaping single characters
Code used - Escaping single characters
Quiz
Sorting and Grouping
ORDER BY Clause - Part 1
Code used - ORDER BY Clause - Part 1
ORDER BY Clause - Part 2
Code used - ORDER BY Clause - Part 2
ORDER BY clause - Part 3
Code used - ORDER BY Clause - Part 3
ORDER BY Clause - Part 4
Code used - ORDER BY Clause - Part 4
GROUP BY clause - Part 1
Code used - GROUP BY Clause - Part 1
GROUP BY clause - Part 2
Code used - GROUP BY Clause - Part 2
GROUP BY clause - Part 3
Code used - GROUP BY Clause - Part 3
Functions
Functions - Numerical Functions & Aggregate functions
sum() Function
Code used - sum() Function
avg() and count() aggregate functions
Code used - avg() and count() aggregate functions
max() and min() functions
Code used - max() and min() functions
Less used Numerical functions
Code used - Less used Numerical functions
String Functions - Part 1
Code used - String Functions - Part 1
String Functions - Part 2
Code used - String Functions - Part 2
String Functions - Part 3
Code used - String Functions - Part 3
String Functions - Part 4
Code used - String Functions - Part 4
String Functions - Part 5
Code used - String Functions - Part 5
String Functions - Part 6
Code used - String Functions - Part 6
Date Functions - Part 1
Code used - Date Functions - Part 1
Date Functions - Part 2
Code used - Date Functions - Part 2
Date Functions - Part 3
Code used - Date Functions - Part 3
Date Functions - Part 4
Code used - Date Functions - Part 4
isdate(), isnull() and isnumeric() functions
Code used - isdate(), isnull() and isnumeric() functions
coalesce(), nullif(), convert, iif() functions
Code used - coalesce, nullif, convert, iif functions
HAVING Clause
Code used - HAVING Clause
SubQueries
Subquery - Part 1
Code used - Subquery - Part 1
Subquery - Part 2
Code used - Subquery - Part 2
Subquery - Part 3
Code used - Subquery - Part 3
Subquery - Part 4
Code used - Subquery - Part 4
Subquery - Part 5
Code used - Subquery - Part 5
Subquery - Part 6
Code used - Subquery - Part 6
Subquery - Part 7
Code used - Subquery - Part 7
Subquery - Part 8
Code used - Subquery - Part 8
Subquery - Part 9
Code used - Subquery - Part 9
Quiz
Union and Intersections
UNION and UNION All - Part 1
UNION and UNION All - Part 2
Code used - UNION and UNION All - Part 2
UNION and UNION All - Part 3
Code used - UNION and UNION All - Part 3
UNION and UNION All - Part 4
Code used - UNION and UNION All - Part 4
UNION and UNION All - Part 5
Code used - UNION and UNION All - Part 5
INTERSECT Operator
Code used - INTERSECT Operator
EXCEPT Operator
Code used - EXCEPT Operator
Joins
Implicit Joins
Code used - Implicit Joins
INNER JOIN - Part 1
Code used - INNER JOIN - Part 1
INNER JOIN - Part 2
Code used - INNER JOIN - Part 2
LEFT JOIN - Part 1
LEFT JOIN - Part 2
Code used - LEFT JOIN - Part 2
LEFT JOIN - Part 3
Code used - LEFT JOIN - Part 3
RIGHT JOIN
Code used - RIGHT JOIN
FULL JOIN
Code used - FULL JOIN
CROSS JOIN
Code used - CROSS JOIN
Creating Tables, keys and Constraints
Data Types in MS SQL Server
CREATE Database
Code used - CREATE Database
Naming Convention for objects in MS SQL Server
Create TABLE without constraints
Code used - Create TABLE without constraints
Create Table under retail Schema
Code used - Create Table under retail Schema
CREATE Table Statement with Constraints
CREATE TABLE with NOT NULL Constraint
Code used - CREATE TABLE with NOT NULL Constraint
CREATE TABLE with CHECK Constraint
Code used - CREATE TABLE with CHECK Constraint
CREATE TABLE with UNIQUE Constraint
Code used - CREATE TABLE with UNIQUE Constraint
CREATE TABLE with DEFAULT Constraint
Code used - CREATE TABLE with DEFAULT Constraint
CREATE TABLE with Primary Key
Code used - CREATE TABLE with Primary Key
Foreign Key - Part 1
Foreign Key - Part 2
Code used - Foreign Key - Part 2
Foreign Key - Part 3
Code used - Foreign Key - Part 3
UNIQUE INDEX with Primary and Foreign Key
Code used - UNIQUE INDEX with Primary and Foreign Key
How to Check for UNIQUE INDEX
INDEX
Code used - INDEX
Insert records and update records
INSERT Statement into table which does not have any constraint
Code used - INSERT Statement into table which does not have any constraint
INSERT Statement into table which has constraints
Code used - INSERT Statement into table which has constraints
Changing the order of columns in INSERT Statement
Code used - Changing the order of columns in INSERT Statement
INSERT Statement- Insert records into child table
Code used - INSERT Statement- Insert records into child table
UPDATE Statement
Code used - UPDATE Statement
Quiz
Views
Views
Code used - Views
Dropping Views
Code used - Dropping Views
CREATE OR ALTER VIEW Statement
Code used - CREATE OR ALTER VIEW Statement
Copy Records from other table
SELECT INTO Statement
Code used - SELECT INTO Statement
INSERT INTO Statement
Code used - INSERT INTO Statement
Assignment
Details about Assignment
Details about the tables
Solution - Create table Statements to create 4 Tables
Explaining about the tables of the Assignment
Alter the properties
ALTER Statement
ALTER ADD Statement
Code used - ALTER ADD Statement
ALTER ADD for default value
Code used - ALTER ADD for default value
ALTER Statement for modification
Code used - ALTER Statement for modification
ALTER DROP Statement
Code used - ALTER DROP Statement
RENAMING Tables and Columns
Code used - RENAMING Tables and Columns
DELETE and DROP Tables
Code used - DELETE and DROP Tables
Drop Index
Code used - Drop Index
Bonus Section
Bonus Lesson : Let us stay connected