• Post category:StudyBullet-13
  • Reading time:5 mins read


Your first step into data ecosystem. Sign up now to secure your spot for upcoming Season 2 and Season 3 for free!

What you will learn

Familiarise with what, how, and why of SQL Server

Setting up SQL Server and SQL Server Management Studio for continuous learning

Getting introduced to Transaction SQL

SQL Basics through curated examples on Data Definition Language, Data Manipulation, and Select Queries

Deep Dive into SQL queries and Utilities

Learning has to be a continuous process

Description

This course introduces concepts around SQL Server, uses of SQL Server Management Studio and intends to get you familiar with applications of Transact-SQL. Consider this as your first Season amongst the many to follow, leading a path to Database, SQL, Reporting, Automation, Data Engineering, and Data Science.

Make the most out of this course by making sure you time block learning sessions into your daily routine. Additionally do not forget to share feedback and drop a message in case you feel there are any areas of improvement within the course curriculum.


Get Instant Notification of New Courses on our Telegram channel.


The design of the courses is such that, it’s been partitioned into Seasons, this being the first of multiple to follow. The first Season focuses on breaking the barriers and forming a solid foundation on the concepts of SQLย Server. We start right from basics of installing an instance in our local computer, and then moving on to introducing SQLย Server Management Studio.

We will mostly use SSMS throughout this course. As we move ahead we will dissect what is SQL and Transact-SQL, what the basic types of statements viz. Data Definition Language, Data Manipulation Language, and Select. From basics to just about all the practical examples that you need to follow, to start your journey into the data ecosystem.

English
language

Content

Introduction and Basics

S01E01. Season 1 Content
S01E02. DBMS, SQL Server Basics

Deep dive into Setup Essentials

S01E03. Installation Setup, SQL Server Components
S01E04. Installing SQL Server
S01E05. Service & Service Accounts
S01E06. Installing SSMS
S01E07. SQL Browser Firewall Configuration

Database, Tables and Querying

S01E08. Database Table Introduction
S01E09. SSMS is handy
S01E10. Querying in SSMS

T SQL Statements

S01E11. CREATE USE INSERT BATCH GO
S01E12. SELECT Statements
S01E13. SQL Wildcard
S01E14. ORDER by in SQL, TOP N, OFFSET N ROWS

SQL Deep Dive & Utilities

S01E15. SQL Function Sub Query
S01E16. DDL DML
S01E17. Import Export

6. Schemas and Temporary Tables

S01E18. Introducing Database Schema
S01E19. Temp Table