Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Learn to Program with T- SQL

Posted By: naag
Learn to Program with T- SQL

Learn to Program with T- SQL
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 5.5 Hours | Lec: 49 | 814 MB
Genre: eLearning | Language: English

Practical SQL Programming To Manipulate Databases

SQL (Structured Query Language) is a common tool for retrieving data from relational databases such as SQL Server,Oracle, MySQL, MariaDB, and PostgreSQL. SQL skills is in the Top 3 of requested IT Skills by recruiters and companies all over the world.

T-SQL is also popularly referred to as T-Sequel .In this course you will learn all the basics of T-SQL. We will discuss the T-SQL features step by step. We will be using SQL Server Express 2014 (which is a free download). As a sample, we will use AdventureWorks 2014 as our database.

Along the way, we will be creating our own T-SQL queries to get data into a database and also out of a database. But AdventureWorks 2014 will be our main focus. As far as T-SQL, we will start with the simple select statements and add new features as we go.

This course will provide you with the basic knowledge and skills to create queries using Transact-SQL. It will teach you how to select, filter and sort data from multiple tables and how to use views and stored procedures. You will also be familiar with SQL Server Management Studio 2014 also known in the tech industry as SSMS. This is the tool you will use to write and see the output of your T-SQL queries.

This beginner course provides an introduction to this core programming language.
Learn how to:
Request data from a server,
Limit and sort the data responses
Get single output value using aggregate functions
Combine data from multiple tables with joins
Modify data: Add, Update and Delete
Filter records and remove duplicates
Write basic T-SQL Statements
Understand T-SQL TOP Command
Understand Normalisation

Learn to Program with T- SQL