You are on page 1of 10

SQL DEVELOPER AND SQL

DBA MASTER’S COURSE


Master SQL Developer and SQL DBA skills and take your

career to the next level!

1.2 Million 1:1 Personlized 55% Average

Learners Mentorship Salary Hike

IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com


SQL Developer and SQL
DBA Master's Course
In this master’s course, you will get to work on real-world industry projects, and earn a

master’s degree in SQL that will open up many career opportunities. As part of this online

classroom training, you will also receive the official course material issued by Microsoft for

“Querying Data with Transact-SQL” and “Administering Microsoft ® SQL Server ® Databases”.

Hottest Job of 21st Century

1 .5 Million Job Postings S kill Development


5 million
There is a global estimate of 1. B
SQL D As and SQL Developer professionals
job postings for SQL Developer and SQL are equipped with various relevant skills
B
D A roles by 2022 fetching lucrative job offers

Growing SQL Developer and SQL Future-oriented Career


DBA Industry
B
SQL Developer and SQL D A is a budding field ;
% CAGR in the global SQL Developer
42.2
a head start will prove to be beneficial
and SQL DBA industry

Popular Degree High Demand


34 % of SQL DBAs and SQL Developer By 2022, India and US will face a demand-
supply gap of 220,000 SQL DBAs and SQL
professionals have a master’s degree
Developer professionals

Our Credentials

1.2 Million+ 1,000+ 400+


Aspiring Active Students Industry-expert Instructors Hiring Partners

200+ 55% 155+


Corporates Upskilled Average Salary Hike Countries’ Learners

Page - 1

IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com


About Program
In this SQL Developer and SQL DBA Master’s Course, you will get trained in DBA using SQL

Server, relational database functionalities, SQL queries, etc. This course is designed by

industry experts to help you clear the MCDBA Exam, Microsoft 70-761 SQL Server

Certification Exam, and Microsoft 70-762 SQL Server Certification Exam.

Key Highlights

32 Hrs Instructor-led Training 32 Hrs Self-paced Videos

64 Hrs Projects and Exercises Certification from Microsoft

Job Assistance Flexible Schedule

Lifetime Free Upgradation Mentor Support

Program Pedagogy
Attstr
In end Live-led
uctor Class
Traiens ing Innckv vensLMS
Ha o atho
ati

G
From worldsby
et trained top Faculty
top and

industry experts G et effective


For a sense of how Learnin
online g
jects are built
real pro

Industry experts experience

Lear
1:1 Pen bynDalioized
rso ng Learning P eer Networking and Group Learning
Hands-on
ands on exercises, project
exercises,pro jectwor
workk, , For effective
Improve youronline
professional g

Learnin networ k and learn from


quiz
zz, es,
capstone projectsprojects
and capstone peers
experience

1:1 jeec n ndzed


Pro ts aali
P rso ExeLe
rcar
isensing Gamified Learning
Hands
G et real-world
on exercises, project
experience work,
through Get involved
Learn Hac
trough in kathons
group and
to
activities

proz
qui jects
, capstone projects Groupreal-world
solve Learning problems

24*7
Se Supp
lf-paced videos
ort

H
Learn
andsat
onyour
exercises,
own pace j
pro with
ect wor , k
qui z
world-class
, capstone
content j
pro ects

Page - 2

IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com


Program Curriculum
MS SQL Server Course Content Working with Subqueries
Understanding SQL subqueries, their rules; statements and
Introduction to SQL operators with which subqueries can be used, using the set
Various types of databases, introduction to Structured Query clause to modify subqueries, understanding different types
Language, distinction between client server and file server of subqueries, such as where, select, insert, update, delete,
databases, understanding SQL Server Management Studio, SQL etc., and methods to create and view subqueries.
Table basics, data types and functions, Transaction-SQL,
authentication for Windows, data control language, and the SQL Views, Functions, and Stored Procedures
identification of the keywords in T-SQL, such as Drop Table. Learning SQL views, methods of creating, using, altering,
renaming, dropping, and modifying views; understanding
Database Normalization and Entity Relationship stored procedures and their key benefits, working with stored
Model procedures, studying user-defined functions, and error
Data Anomalies, Update Anomalies, Insertion Anomalies, Deletion handling.
Anomalies, Types of Dependencies, Functional Dependency, Fully
functional dependency, Partial functional dependency, Transitive Deep Dive into User-defined Functions
functional dependency, Multi-valued functional dependency,
Decomposition of tables, Lossy decomposition, Lossless User-defined functions; types of UDFs, such as scalar, inline
decomposition, What is Normalization?, First Normal Form, Second table value, multi-statement table, stored procedures and
Normal Form, Third Normal Form, Boyce-Codd Normal when to deploy them, what is rank function?, triggers, and
Form(BCNF), Fourth Normal Form, Entity-Relationship Model, Entity when to execute triggers?
and Entity Set, Attributes and types of Attributes, Entity Sets,
Relationship Sets, Degree of Relationship, Mapping Cardinalities, SQL Optimization and Performance
One-to-One, One-to-Many, Many-to-one, Many-to-many, SQL Server Management Studio, using pivot in MS Excel and
Symbols used in E-R Notation. MS SQL Server, differentiating between Char, Varchar, and
NVarchar, XL path, indexes and their creation, records
SQL Operators grouping, advantages, searching, sorting, modifying data;
Introduction to relational databases, fundamental concepts of clustered indexes creation, use of indexes to cover queries,
relational rows, tables, and columns; several operators (such as common table expressions, and index guidelines.
logical and relational), constraints, domains, indexes, stored
procedures, primary and foreign keys, understanding group Managing Data with Transact-SQL
functions, the unique key, etc. Creating Transact-SQL queries, querying multiple tables
using joins, implementing functions and aggregating data,
Working with SQL: Join, Tables, and Variables modifying data, determining the results of DDL statements
Advanced concepts of SQL tables, SQL functions, operators & on supplied tables and data, and constructing DML
queries, table creation, data retrieval from tables, combining rows statements using the output statement.
from tables using inner, outer, cross, and self joins, deploying Querying Data with Advanced Transact-SQL
operators such as ‘intersect,’ ‘except,’ ‘union,’ temporary table Components
creation, set operator rules, table variables, etc. Querying data using subqueries and APPLY, querying data
using table expressions, grouping and pivoting data using
Deep Dive into SQL Functions queries, querying temporal data and non-relational data,
Understanding SQL functions – what do they do?, scalar functions, constructing recursive table expressions to meet business
aggregate functions, functions that can be used on different requirements, and using windowing functions to group and
datasets, such as numbers, characters, strings, and dates, inline rank the results of a query.
SQL functions, general functions, and duplicate functions.
Page - 3
IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com
Program Curriculum
Programming Databases Using Transact-SQL MS SQL Server DBA Course Content
Creating database programmability objects by using T-SQL,
implementing error handling and transactions, implementing Installation and Configuration
transaction control in conjunction with error handling in stored Plan Installation

procedures, and implementing data types and NULL. Installing SQL Server and Related Services

Implementing a Migration Strategy

Designing and Implementing Database Objects Configuring Additional SQL Server Components

Designing and implementing relational database schema; Manage SQL Server Agent
designing and implementing indexes, learning to compare Managing Instances and Databases
between indexed and included columns, implementing clustered
index, and designing and deploying views and column store views. Managing and Configuring Databases

Configuring SQL Server Instances

Implementing an SQL Server Clustered Instance

Implementing Programmability Objects Managing SQL Server Instances


Explaining foreign key constraints, using T-SQL statements, usage
of Data Manipulation Language (DML), designing the components Optimizing and Troubleshooting
of stored procedures, implementing input and output parameters, Identifying and Resolving Concurrency Problems

applying error handling, executing control logic in stored Collecting, Analyzing, and Troubleshooting Data

procedures, and designing trigger logic, DDL triggers, etc. Auditing SQL Server Instances
Managing Database Concurrency Managing Data
Applying transactions, using the transaction behavior to identify Configuring and Maintaining a Back-up Strategy

DML statements, learning about implicit and explicit transactions, Restoring Databases

isolation levels management, understanding concurrency and Implementing and Maintaining Indexes

locking behavior, and using memory-optimized tables. Importing and Exporting Data

Optimizing Database Objects Implementing Security


Accuracy of statistics, formulating statistics maintenance tasks, Managing Logins and Server Roles

dynamic management objects management, identifying missing Managing Database Security

indexes, examining and troubleshooting query plans, Managing Users and Database Roles

consolidating the overlapping indexes, the performance Troubleshooting Security


management of database instances, and SQL server performance Implementing High Availability
monitoring. Implementing AlwaysOn

Implementing replication
Advanced Topics
Corelated Subquery, Grouping Sets, Rollup, Cube

Microsoft Courses: Study Material


Performance Tuning and Optimizing SQL Databases

Querying Data with Transact-SQL

Page - 4

IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com


Course Projects
Projects cover the following industries:

Retail Social Media Supply Chain Entrepreneurship E-commerce Banking Healthcare Insurance

Writing Complex Subqueries Querying a Large Relational Database


You will get hands-on experience in SQL subqueries Through this course, you will learn to download and
in real time. You will get to work on other subqueries restore database on the server. You will learn to
also. This includes IN or NOT in, ANY or ALL, EXISTS or query the database for customer details. This
NOT EXISTS and more. This will prepare you to work in includes name, phone number, total sales to the
real life tasks. customer and more.

Relational Database Design SQL Server Audit


You will learn to convert enlisted rational designs. You will learn to implement an SQL server audit. This
Such designs will be usually enlisted within various includes the creation of TestDB database, audit
users, user roles, user accounts and more. You will alteration, audit event triggering and more. You will
have to ensure that you have created the correct learn about database level and server level auditing
foreign keys. as well.

Managing SQL Server for a high tech


company
This project will help you to understand the
administration of MS SQL server database. You will
learn MS SQL server in detail. You will be familiarized
with SQL server in detail. You will create and modify
databases in real-time.

Page - 5

IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com


Meet the Batch

Industries Our Learners Come From

12% - BFSI
12% - BFSI
5% - Healthcare 50% Information Technology
5% - Healthcare

10% - Consulting
10% - Consulting
6% - Others
6% - Others
17% - BPO/ KPO
17% - BPO/ KPO

Work Experience

13%

13% 12+ years Some of their current employers include

15%

9-12 years
15%

25%

6-9 years

25%

27%

3-6 years

27%
20%

0-3 years

20%

Page - 6

IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com


Glimpse of our
Successful Transitions

4.6 4.5 4.38

Career Transitions
From
 To

Rajesh Venaganti
Senior Software Engineer
Associate Senior Software
Consultant Engineer

Pratik Kumar From
 To



Product Manager Marketing Manager Product Manager

From

Abhilasha Kumari To

Associate , Client
Executive
Support Executive

Akinola Obafemi
Sanyaolu From
 To

Project Manager Data Analyst
Data Analyst

Ankit Kumar From
 To



Data Scientist B.com Graduate Data Scientist

From
 To

Melwin Rodrigues Customer Service
Data Scientist Data Scientist
Agent

Shehzin Mulla From
 To



Research Analyst Data Analyst Research Analyst

From

Jeanette Masso Computer Technical To

Big Data Developer Specialist Big Data Developer

Page - 7

IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com


Program Partners

About Intellipaat
Intellipaat is one of the leading online training providers with more than 1.2 million learners in over 155
countries. We are on a mission to democratize education as we believe that everyone has the right to
quality education.

We create courses in collaboration with top universities and MNCs for employability like IIT Madras,
University of Essex, University of Liverpool, IIT Roorkee, IIT Guwahati, SPJIMR, IBM, Microsoft, etc.

Our courses are delivered by SMEs & our pedagogy enables quick learning of difficult topics. 24/7
technical support & career services help learners to jump-start their careers.

About Microsoft
Microsoft is a leading innovator and the biggest player in creating innovative SQL tools. In this
certification course, top subject matter experts will share knowledge in the domain of SQL.

Benefits of this collaboration for learners:


Industry recognized certification from Microsoft

Industry-specific case studies and project work

Page - 8

IND: +91 7022374614 US: 1-800-216-8930 sales@intellipaat.com www.intellipaat.com


1.2 Million Learners & 200+ corporates across 155+ countries

upskilling on Intellipaat platform

Contact Us
INDIA

AMR Tech Park 3, Ground Floor, Tower B, Hongasandra Village,
Bommanahalli, Hosur Road, Bangalore, Karnataka 560068, India

Phone No: +91-7022374614

UK

Flat 16 Bluepoint Court, 203 Station Road, Harrow,

Middlesex HA1 2TS, UK

USA

1219 E. Hillsdale Blvd. Suite 205, Foster City, CA 94404

Phone No: 1-800-216-8930

sales@intellipaat.com

www.intellipaat.com

You might also like