SQL Data Analysis for beginners: MS SQL | SQL Server | SSMS
- Description
- Curriculum
- FAQ
- Reviews
The volume of data available is huge and increasing daily. Structured Query Language -SQL (pronounced as sequel) is the standard language used to communicate and interact with data stored in relational management database systems like Microsoft SQL Server Oracle, PostgreSQL,MySQL etc.
Different database management systems have their own proprietary version of the SQL language but they all conform to using some commands in SQL the same way. Microsoft SQL Server’s version of SQL is known as Transact-SQL (T-SQL). In this course you will learn the basics of the SQL language and Transact-SQL since both use certain commands in the same way.
T-SQL is also popularly referenced 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. I will introduce you to the data types available so you can make the appropriate selection when creating a column. Then, we will talk about joins, functions, tables, procedures, triggers, indexes, and much more. By the time you are done with this course, you will be very comfortable using T-SQL.
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.
-
1IntroductionVideo lesson
-
2What is SQL ServerVideo lesson
-
3What is SQLVideo lesson
-
4What is MS SQL (T-SQL)Video lesson
-
5SQL Server Hardware and Software RequirementsVideo lesson
-
6SQL Server EditionsVideo lesson
-
7Download SQL ServerVideo lesson
-
8Install SQL ServerVideo lesson
-
9Install SSMSVideo lesson
-
10Connect SSMS to SQL ServerVideo lesson
-
11Install Sample databaseVideo lesson
-
12Basic database conceptsVideo lesson
-
13IntroductionVideo lesson
-
14Filtering data with basic equality filtersVideo lesson
-
15Filtering data with basic comparisonsVideo lesson
-
16Filtering data with logical comparisonsVideo lesson
-
17Filtering data with String ComparisonsVideo lesson
-
18Filtering data with NULL ComparisonsVideo lesson
-
29IntroductionVideo lesson
-
30Using COUNT ( ) Aggregate FunctionVideo lesson
-
31Using AVG ( ) Aggregate FunctionVideo lesson
-
32Using MAX ( ) Aggregate FunctionVideo lesson
-
33Using MIN ( ) Aggregate FunctionVideo lesson
-
34Using SUM ( ) Aggregate FunctionVideo lesson
-
35Using VAR FunctionVideo lesson
-
36Using VARP FunctionVideo lesson
-
37Using Multiple Aggregate FunctionsVideo lesson
-
38Grouping DataVideo lesson
-
43What are Analytic FunctionsVideo lesson
-
44Syntax for Analytic FunctionsVideo lesson
-
45CUME_DIST FunctionVideo lesson
-
46Row Number FunctionsVideo lesson
-
47Rank FunctionsVideo lesson
-
48NTILE FunctionVideo lesson
-
49Using LEAD FunctionVideo lesson
-
50Using the LAG FunctionVideo lesson
-
51Using FIRST_VALUE FunctionVideo lesson
-
52Using LAST_VALUE FunctionVideo lesson
-
53Using PERCENT_RANK FunctionVideo lesson
-
54Using PERCENT_COUNT FunctionVideo lesson
-
55Using PERCENTILE_DISC FunctionVideo lesson
External Links May Contain Affiliate Links read more