Course Includes
- Recorded Lessons: 88
- Recorded Hours: 7
- Duration: 7 days (Avg)
Course Features
- Access on mobile
- TDP Assessment Test
Top Skills Covered
Overview
Course Description
Sql Server Training: Learn how to use SQL effectively with this course!
This SQL Server 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 microsoft sql and 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 :)
Who this course is for:
- Beginner SQL, Database, Query and DBA admin - developers curious about SQL Database Career
- Anyone who wants to start explore Data Science concepts
- Anyone who works with data, tables, or databases!
- Anyone who wants to become financially independent
- Anyone who wants to start their own business or become freelance
- Anyone who wants to become a Full stack web developer
- If you work in: marketing, finance, accounting, operations, sales, manufacturing, healthcare, financial services, or any other industry/function that collects information
- Someone who wants to learn skills that give them the potential to earn near SIX figures!
What you'll 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
Course Content
88 Lessons | 7:00 Total hours
Getting started
-
a. Introduction
00:03:29 -
b. Course Curriculum
00:06:56 -
c. How to get course requirements
00:01:41 -
d. Getting started on Windows, Linux or Docker
00:00:58 -
e. How to ask great questions
00:01:20 -
f. FAQ’s
00:01:09 -
Source code file
00:08:47
SQL Server setting up
-
a. Section Introduction
00:01:42 -
b. Microsoft SQL Server Installation
00:18:35 -
c. SQL Server Management Studio (SSMS) Installation
00:08:28 -
d. How to connect MS SQL (Windows Authentication)
00:03:40 -
e. How to connect MS SQL (SQL Server Authentication)
00:03:13 -
f. Download and Restore Sample Database
00:07:27
SQL Database basic
-
a. Section Introduction
00:01:16 -
b. Overview of Databases
00:10:47 -
c. Creating Database
00:04:54 -
d. SQL Data Types
00:03:23 -
e. Column Data Types on SSMS
00:03:55 -
f. Creating Table
00:09:10 -
g. Overview of Primary Key and Foreign Key
00:04:05 -
h. Primary Key
00:04:06 -
i. Foreign Key
00:06:52 -
j. Creating Temporary tables
00:06:29
SQL DML (Data Manipulation Language)
-
a. Section Introduction
00:00:49 -
b. Insert statement
00:08:25 -
c. Update statement
00:05:07 -
d. Delete statement
00:03:12
SQL DDL (Data Definition Language)
-
a. Section Introduction
00:00:54 -
b. CREATE table statement
00:02:58 -
c. DROP statement
00:02:10 -
d. ALTER statement
00:05:28 -
e. TRUNCATE statement
00:04:04 -
f. COMMENT in query
00:00:55 -
g. RENAME
00:01:41
SQL DCL (Data Control Language)
-
a. Create Database user
00:03:55 -
b. GRANT permissions
00:06:09 -
c. REVOKE permissions
00:04:11
SQL Statement Basic
-
a. Section Introduction
00:01:14 -
b. SQL Statement basic
00:03:19 -
c. SELECT Statement
00:07:24 -
d. SELECT DISTINCT
00:02:42 -
e. SELECT with column headings
00:02:35 -
f. Column AS statement
00:02:05
Filtering Data rows
-
a. SELECT WHERE Clause – theory
00:03:40 -
b. SELECT WHERE Clause – practical
00:07:15
Aggregate functions
-
a. Sum()
00:08:01 -
b. Min()-Max()
00:05:48
SQL Query statements
-
a. Order By statement
00:05:26 -
b. SELECT TOP clause in SQL
00:04:06 -
c. BETWEEN command
00:08:09 -
d. IN operator
00:04:04 -
e. Wildcard Characters and LIKE
00:04:53
SQL Group by statement
-
a. Section Introduction
00:01:10 -
b. Group by – theory
00:03:11 -
c. Group by – practical
00:05:28 -
d. HAVING statement
00:03:32
JOINS
-
a. Overview of Joins
00:01:56 -
b. What are Joins
00:02:16 -
c. Inner join
00:07:55 -
d. Left outer join
00:02:50 -
e. Right outer join
00:02:19 -
f. Full outer join
00:01:21 -
g. Union
00:02:46 -
h. Cross join
00:03:10 -
i. Query Exercise
00:01:06 -
j. Solution for Query Exercise
00:01:09
SQL Constraints
-
a. Section introduction
00:00:55 -
b. Check constraint
00:06:54 -
c. NOT NULL constraint
00:08:29 -
d. UNIQUE constraint
00:05:02
Views
-
a. Creating Views
00:03:58 -
b. Reporting with multiple tables
00:03:06
Advanced SQL commands
-
a. Section Introduction
00:00:51 -
b. Timestamp
00:04:27 -
c. Extract from timestamp
00:03:11 -
d. Mathematical scalar functions
00:03:50 -
e. String functions
00:04:55 -
f. SubQuery
00:03:09 -
g. SELECT with calculations
00:06:18
SQL Stored procedures
-
a. Create stored procedure
00:04:36 -
b. Stored procedure with parameter
00:04:29
Import & Export data
-
a. Section Introduction
00:01:08 -
b. Import Flat File
00:05:03 -
c. Import .csv or excel file
00:02:40 -
d. Export Data to Excel or any format
00:06:08
Backup and Restore Database
-
a. Section Introduction
00:00:59 -
b. Creating Database backup
00:03:52 -
c. Restoring Database backup
00:03:35
Frequently asked questions
Who this course is for:
Beginner SQL, Database, Query and DBA admin - developers curious about SQL Database Career Anyone who wants to start explore Data Science concepts Anyone who works with data, tables, or databases! Anyone who wants to become financially independent Anyone who wants to start their own business or become freelance Anyone who wants to become a Full stack web developer If you work in: marketing, finance, accounting, operations, sales, manufacturing, healthcare, financial services, or any other industry/function that collects information Someone who wants to learn skills that give them the potential to earn near SIX figures!
What is the focus of the Microsoft SQL Server Bootcamp 2023?
This bootcamp is designed to take participants from having zero knowledge of Microsoft SQL Server to becoming proficient users. It covers a comprehensive range of topics, from basic database concepts to advanced SQL querying and database administration.
Who should consider enrolling in this bootcamp?
This bootcamp is perfect for individuals who are new to Microsoft SQL Server and want to build a solid foundation in database management and SQL querying. It's also suitable for professionals seeking to enhance their skills or transition into roles that require SQL Server expertise.
Who is this course intended for?
This course is intended for beginners with no prior experience in SQL Server as well as intermediate users looking to enhance their skills. It is perfect for aspiring data analysts, database administrators, and developers.
Can I access the course on mobile devices?
Yes, the course platform is mobile-friendly, allowing you to access the course content anytime, anywhere, on your mobile or tablet device.
About the instructor
Sekhar Metla
Instructor
46 Courses
13+ Lesson
1518 Students enrolled
Sekhar Metla is a software engineer with 15 years of professional experience. He is the author of several best-selling TeacherDada courses with more than 26,000+ students in 192 countries. He has a Master of Science in Computer Applications as Software Engineering and is also Microsoft Certified Professional. His students describe him as passionate, pragmatic, and motivational in his teaching.