Microsoft SQL Server Bootcamp 2023: Go from Zero to Hero

Become an Expert at Microsoft SQL! By writing SQL queries for Data Analytics and Data Science base concepts

Beginner 0(0 Ratings) 0 Students enrolled English
Created by Sekhar Metla
Last updated Tue, 10-Jan-2023
+ View more
Course overview

Learn how to use SQL quickly and effectively with this course!


This SQL course is without a doubt the most comprehensive database course available online. Even if you have zero SQL experience, this course will take you from beginner to mastery. Here's why:


You'll learn how to read and write complex queries to a database using one of the most in-demand skills - Microsoft SQL Server Bootcamp 2023. These skills are also applicable to any other major SQL database, such as MySQL, PostgreSQL, Amazon Redshift, Oracle, and much more.


Learning SQL is one of the fastest ways to improve your career prospects as it is one of the most in-demand tech skills! In this course, you'll learn quickly and receive challenges and tests along the way to improve your understanding!


The course is taught by the lead instructor having 20+ years of professional experience.


We'll take you step-by-step through engaging video tutorials and teach you everything you need to know to succeed as a SQL developer.

Learn from real-world experts

In this course, you will learn everything you need to become a SQL Pro! Including:


Get started with Microsoft SQL Server and SQL Server Management Studio [SSMS], two of the world's most popular SQL tools

    Learn the basics of SQL syntax

    Analyzing data using aggregate functions with GROUP BY commands

    Running advanced queries with string operations and comparison operations

    Learn to use logical operators to add logic flow to your SQL queries

    Learn common SQL JOIN commands

    Learn to create tables and databases with constraints on data entries

    Learn to use Python to further advance your SQL skills

    Learn to apply Flat file transaction data to import to SQL

    Import and Export .CSV or Excel files into SQL Database

    Learn How to take Secure backups & restore databases.

    Learn to write SELECT statements

    Learn to Create SQL scripts

    Applying Primary Key and Foreign Keys

    Creating Views and Accessing View Data

    Writing Stored Procedures for re-use SQL queries

    Dynamic SQL queries and Aggregate Functions

    Sub Queries to make complex queries

    SELECT on Query Calculations for Discount and Non-Discount SALEs

    and much, much more!


This is a course that puts you in control, having you create and restore databases, instead of watching someone else code steps. Every section comes with fresh challenge tasks, modeled after real-world tasks and situations.


The course has been updated to be trending technology ready and you'll be learning the latest tools and technologies used at large companies such as Microsoft, Facebook, Google, and Netflix.


The curriculum was developed over a period of five years, with comprehensive student testing and feedback on who is working and applying these query examples. and this course is built to combine the best of both worlds, allowing you to learn at your own pace through an interactive environment. You will start with the basics and soon find yourself working with advanced commands, dealing with timestamp data and variable character information like a seasoned professional.


SQL is one of the most in-demand skills for business analysts, data scientists, and anyone who finds themselves working with data! Upgrade your skill set quickly and add SQL to your resume by joining today!


Check out the free preview videos for more information!


By the end of this course, you will be fluent in programming and ready to make any application you can dream of.

  •     Sign up today, and look forward to:

  •     HD Video Lectures

  •     SQL Query Challenges and SQL Query Exercises

  •     Beautiful Real-World dynamic Projects


ABOUT YOUR INSTRUCTOR

Sekhar Metla is a software engineer with 20+ years of professional experience. He is the author of several online-selling courses with more than 40,000+ students in many countries. He has a Master of Science in Computer Applications in Software Engineering. His students describe him as passionate, pragmatic, and motivational in his teaching.


What are you waiting join now to start learning how to make your own SQL Data Science Career TODAY :)

What will i learn?

  • Use SQL to query a database
  • Advanced SQL statements
  • Be comfortable putting SQL and Microsoft SQL on their resume
  • Replicate real-world situations and query reports
  • Complete basic SELECT statements querying against a single table
  • Sort data using the ORDER BY clause
  • Understand the difference between the INNER JOIN, LEFT/RIGHT OUTER JOIN, and FULL OUTER JOIN
  • Import Flat, .CSV, Excel to SQL Database
  • Write SELECT on Query Calculations to get Discount and Non Discount Sales
  • Get a job as a junior Database developer
  • Use SQL to perform data analysis
  • Learn to perform GROUP BY statements
  • Complete literal SELECT statements.
  • Filter data using the WHERE clause
  • Using joins, return columns from multiple tables in the same query
  • Complete SQL statements that use aggregate functions
  • Perform Secure Backup and Restore Full SQL Database task
Requirements
  • No prior technical experience is required! All you need a computer!
  • No software is required in advance of the course (all software used in the course is free)
  • No pre-knowledge is required - you will learn from basic
Curriculum for this course
88 Lessons 06:11:35 Hours
Getting Started
7 Lessons 00:24:22 Hours
  • Introduction
    Preview 00:03:29
  • Course Curriculum
    Preview 00:06:56
  • How to get course requirements
    Preview 00:01:42
  • Getting started on Windows, Linux or Docker
    Preview 00:00:58
  • How to ask great questions
    Preview 00:01:20
  • FAQ’s
    Preview 00:01:09
  • Source Code File
    Preview 00:08:48
SQL Server setting up
6 Lessons 00:43:09 Hours
  • Section Introduction
    00:01:43
  • Microsoft SQL Server Installation
    Preview 00:18:35
  • SQL Server Management Studio (SSMS) Installation
    Preview 00:08:29
  • How to connect MS SQL (Windows Authentication)
    00:03:41
  • How to connect MS SQL (SQL Server Authentication)
    00:03:14
  • Download and Restore Sample Database
    00:07:27
SQL Database basic
10 Lessons 00:55:03 Hours
  • Section Introduction
    00:01:17
  • Overview of Databases
    00:10:48
  • Creating Database
    00:04:55
  • SQL Data Types
    00:03:24
  • Column Data Types on SSMS
    00:03:56
  • Creating Table
    00:09:10
  • Overview of Primary Key and Foreign Key
    00:04:05
  • Primary Key
    00:04:06
  • Foreign Key
    00:06:52
  • Creating Temporary tables
    00:06:30
SQL DML (Data Manipulation Language)
4 Lessons 00:17:35 Hours
  • Section Introduction
    00:00:49
  • Insert statement
    00:08:26
  • Update statement
    00:05:07
  • Delete statement
    00:03:13
SQL DDL (Data Definition Language)
7 Lessons 00:18:15 Hours
  • Section Introduction
    00:00:55
  • CREATE table statement
    00:02:59
  • DROP statement
    00:02:11
  • ALTER statement
    00:05:28
  • TRUNCATE statement
    00:04:05
  • COMMENT in query
    00:00:55
  • RENAME
    00:01:42
SQL DCL (Data Control Language)
3 Lessons 00:14:16 Hours
  • Create Database user
    00:03:55
  • GRANT permissions
    00:06:10
  • REVOKE permissions
    00:04:11
SQL Statement Basic
6 Lessons 00:19:21 Hours
  • Section Introduction
    00:01:14
  • SQL Statement basic
    00:03:19
  • SELECT Statement
    00:07:24
  • SELECT DISTINCT
    00:02:43
  • SELECT with column headings
    00:02:35
  • Column AS statement
    00:02:06
Filtering Data rows
2 Lessons 00:10:57 Hours
  • SELECT WHERE Clause – theory
    00:03:41
  • SELECT WHERE Clause – practical
    00:07:16
Aggregate functions
2 Lessons 00:13:49 Hours
  • Sum()
    00:08:01
  • Min()-Max()
    00:05:48
SQL Query statements
5 Lessons 00:26:40 Hours
  • Order By statement
    00:05:26
  • SELECT TOP clause in SQL
    00:04:06
  • BETWEEN command
    00:08:09
  • IN operator
    00:04:05
  • Wildcard Characters and LIKE
    00:04:54
SQL Group by statement
4 Lessons 00:13:25 Hours
  • Section Introduction
    00:01:11
  • b. Group by – theory
    00:03:12
  • Group by – practical
    00:05:29
  • HAVING statement
    00:03:33
JOINS
10 Lessons 00:26:53 Hours
  • Overview of Joins
    00:01:57
  • What are Joins
    00:02:16
  • Inner join
    00:07:56
  • Left outer join
    00:02:50
  • Right outer join
    00:02:19
  • Full outer join
    00:01:22
  • Union
    00:02:47
  • Cross join
    00:03:11
  • Query Exercise
    00:01:06
  • Solution for Query Exercise
    00:01:09
SQL Constraints
4 Lessons 00:21:22 Hours
  • Section introduction
    00:00:55
  • Check constraint
    00:06:55
  • NOT NULL constraint
    00:08:29
  • UNIQUE constraint
    00:05:03
Views
2 Lessons 00:07:05 Hours
  • Creating Views
    00:03:59
  • Reporting with multiple tables
    00:03:06
Advanced SQL commands
7 Lessons 00:26:47 Hours
  • Section Introduction
    00:00:52
  • Timestamp
    00:04:27
  • Extract from timestamp
    00:03:12
  • Mathematical scalar functions
    00:03:51
  • String functions
    00:04:56
  • Sub Query
    00:03:10
  • SELECT with calculations
    00:06:19
SQL Stored procedures
2 Lessons 00:09:07 Hours
  • Create stored procedure
    00:04:37
  • Stored procedure with parameter
    00:04:30
Import & Export data
4 Lessons 00:15:02 Hours
  • Section Introduction
    00:01:08
  • Import Flat File
    00:05:04
  • Import .csv or excel file
    00:02:41
  • Export Data to Excel or any format
    00:06:09
Backup and Restore Database
3 Lessons 00:08:27 Hours
  • Section Introduction
    00:01:00
  • Creating Database backup
    00:03:52
  • Restoring Database backup
    00:03:35
+ View more
Other related courses
About instructor

Sekhar Metla

Developer and Lead Instructor

0 Reviews | 1 Students | 2 Courses
Web Development coding python programming sql database
Student feedback
0
0 Reviews
  • (0)
  • (0)
  • (0)
  • (0)
  • (0)

Reviews

₹4990 ₹499
Includes: