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


Learn to code with confidence

What you will learn

Introduction to T-SQL syntax

Description

This course is based on writing syntax for T-SQL.Β  It is strictly code base and will not cover database architecture or performance.Β  You will learn the basics and step into intermediate SQL code. You will learn some real life applications of using the SQL code. Quiz will be based on real life scenarios so that you can start to learn to think like a SQL Developer.

You can get started and follow along in the course using the free SQL Server addition which will replicate an actual working environment that you can then expand on on your own.

You do not need any prior experience to take this course.Β  If you are not using Microsoft T-SQL not all of the modules will work exactly as in the video course.


Get Instant Notification of New Courses on our Telegram channel.


The course will start with basic syntax and functions.Β  Β The course will then move to the where clause and some intermediate topics.

With the explosion of data I believe SQL will be the backbone of the IT industry for years to come.Β  This course will help you get the ball rolling and establish a good foundation if you are a beginner.Β  If you are a business user or even a full stack developer having strong SQL skills can improve your individual worth and team’s performance.

English
language

Content

Install Sample Database

Install SQL Server
Install Sample Database

Introduction to SQL

Select Statement
Aliases
Select Top
Min Max
Upper Lower
Count Avg Sum
Concat Function
SubString
Quizzes
Quiz 1 Answers
Quiz 2 Answers

Where Clause

Where
Where AND OR NOT
Where IN
Where LIke
Between
Quiz 3
Quiz 3 Answers
Quiz 3

Grouping Ordering and Filtering

Order By
Group By
Having
Case Statement
Quiz 4
Quiz 4 Answers