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


Learn about a broad understanding of SQL Server, SQL Server Management Studio, elements, predicate logic, order in T-SQL

What you will learn

Describe the architecture of SQL Server.

Describe the editions of SQL Server.

Work with SQL Server Management Studio.

The elements of T-SQL and their role in writing queries.

The use of sets in SQL Server.

The use of predicate logic in SQL Server.

The logical order of operations in SELECT statements.

Description

The purpose of this course is to give students a broad understanding of SQL Server. The course does not study features in detail, but is very useful in providing a broad knowledge that students might otherwise not encounter. For example, they probably only use one, or perhaps two, different editions of SQL Server in their jobs, but an understanding of functionality is useful when planning a new deployment.

Transact-SQL, or T-SQL, is the language in which you will write queries for Microsoft SQL Server. In this course, you will learn that T-SQL has many elements in common with other computer languages, such as commands, variables, functions, and operators. You will also learn that T-SQL contains some unique elements that may require adjustment if your background includes experience with procedural languages. To make the most of your effort in writing T-SQL queries, you will also learn the process by which SQL Server evaluates your queries. Understanding the logical order of operations of SELECT statements will be vital to learning how to write effective queries.

Objectives

After completing this module, you will be able to:

ยท Describe the architecture of SQL Server.

ยท Describe the editions of SQL Server.


Get Instant Notification of New Courses on our Telegram channel.


ยท Work with SQL Server Management Studio.

ยท The elements of T-SQL and their role in writing queries.

ยท The use of sets in SQL Server.

ยท The use of predicate logic in SQL Server.

ยท The logical order of operations in SELECT statements.

English
language

Content

Introduction to SSMS and Querying

Relational Databases
About the Course Sample Database. Client Server Databases. Queries
SQL Server Versions
Starting SSMS. Connecting to SQL Server. Working with Object Explorer
Working with Script Files and Projects
Executing Queries
Demonstration: Introducing Microsoft SQL Server
Lab Tasks: Working with SQL Server Tools
Lab Answers: Working with SQL Server Tools

Intro to T-SQL and SELECT Statements

Introducing T-SQL
Predicates and Operators
Functions and Variables
Expressions and Control of Flow
Comments and Batch Separators
Demo: Use T-SQL
Set Theory and SQL Server
Predicate Logic and SQL Server
Logics of SELECT Statements
Logical Query Processing
Demo: Logical Query Processing
Hands-On Lab: Introduction to T-SQL Querying