Microsoft SQL from scratch - Beginner to Expert
- Description
- Curriculum
- FAQ
- Reviews
Data is everywhere and growing at a rapid rate. Most Software application we interact with daily deals with stored data . From our interaction with our banks to social media.
Due to the relevance and dependency on data , professionals that are skilled in SQL are always in high demand to help interact with various databases to help business intelligence and other sectors that relies on data.
This course will teach you from absolute beginner to expert so you can be confident with enough skills to build simple to complex queries to communicate and interact with databases.
SQL -Structured Query Language is an internationally recognised language used to communicate and manipulate various database systems.T-SQL – Transact SQL is Microsoft’s implementation of SQL. There are a lot of similarities between them but also proprietary parts that are specific to SQL Server.
We will be using Microsoft’s version of SQL ( T-SQL ) popularly referred to as T-Sequel with Microsoft SQL Server .
SQL Server is a relational database management system -RDBMS developed and owned by Microsoft.Thousands of companies all over the world use SQL Server for their data solution .
What You Will Learn include:
-
How to extract data from multiple Database Tables using Joins
-
How to insert new data into database with SQL
-
How to update existing data inside a database
-
How to delete data from a database
-
How to filter data
-
How to sort data
-
How to create and query views
-
How to build a stored procedure
-
How to use Aggregate functions to summarize returned data
-
How to group data
SQL can be used for Data Analysis to transform data already present in the database to valuable useful information that help companies and organisations make key business and management decisions.
This course is a beginners guide to performing data analysis using SQL to interrogate SQL Server to provide answers to data related questions. You will learn to write useful SQL queries that is applicable to the Real World production environment.
Everywhere data is being collected, every transaction, every web page visit,every payment—all these and much, much more are filling relational databases with raw data that can be analysed to provide useful information.
There is a demand for people who can use data to perform reporting and analysis thus helping businesses and organizations make important and critical decisions.
-
1IntroductionVideo lesson
-
2System RequirementsVideo lesson
-
3Please ReadText lesson
-
4Download Microsoft SQL Server ExpressVideo lesson
-
5What is SQLVideo lesson
-
6What is T-SQLVideo lesson
-
7What is SQL ServerVideo lesson
-
8Basic Database ConceptsVideo lesson
-
9SchemaVideo lesson
-
10Install Microsoft SQL ServerVideo lesson
-
11Download Sample DatabaseVideo lesson
-
12Attach sample databaseVideo lesson
-
13Install SSMS ( SQL Server Management Studio)Video lesson
-
14Exploring SSMSVideo lesson
-
15Using IntellisenseVideo lesson
-
16Introduction to NormalizationVideo lesson
-
17Using T-SQL GO commandVideo lesson
-
18Using T-SQL TOP commandVideo lesson
-
19T-SQL USE commandVideo lesson
-
20Using SELECT to extract dataVideo lesson
-
21Using Aliases with SELECTVideo lesson
-
22Using Case expressionsVideo lesson
-
23Creating and extracting data from viewsVideo lesson
-
24Commenting your T-SQL codeVideo lesson
-
25Removing duplicate recordsVideo lesson
-
26Using Stored ProceduresVideo lesson
-
38IntroductionVideo lesson
-
39Filtering using basic equality filtersVideo lesson
-
40Filtering using basic comparison filtersVideo lesson
-
41Filtering using basic logical filtersVideo lesson
-
42Filtering using string comparison filtersVideo lesson
-
43Filtering using NULL comparisonVideo lesson
-
44SummaryVideo lesson
-
45Introduction to Table JoinsVideo lesson
-
46Importance of Table JoinsVideo lesson
-
47Extracting with INNER JoinVideo lesson
-
48Extracting with LEFT OUTER JoinVideo lesson
-
49Extracting with RIGHT OUTER JoinVideo lesson
-
50Extracting with FULL OUTER JoinVideo lesson
-
51ConclusionVideo lesson
-
52IntroductionVideo lesson
-
53Using COUNT Aggregate FunctionVideo lesson
-
54Using AVG Aggregate FunctionVideo lesson
-
55Using MAX Aggregate FunctionVideo lesson
-
56Using MIN Aggregate FunctionVideo lesson
-
57Using SUM Aggregate FunctionVideo lesson
-
58Using multiple aggregate functionsVideo lesson
-
59Grouping DataVideo lesson
-
60SummaryVideo lesson
-
61Download Nortwind DatabaseVideo lesson
-
62Attach Nortwind Database to SQL ServerVideo lesson
-
63Build a query to show contact titles for customersVideo lesson
-
64Build query to show customers and employee countVideo lesson
-
65Analysing and extracting data from multiple dataVideo lesson
-
66Build query to show Sales RepsVideo lesson
-
67Build a query to check specific productsVideo lesson
-
68Build a query to check suppliers detailsVideo lesson
-
69Build query to checck least and most expensive productVideo lesson
-
70Build a query to check orders shippedVideo lesson
-
71Build a query to list shippersVideo lesson
-
72Build a query to show discontinued productsVideo lesson
-
73Build query to check first order placed.Video lesson
-
74Build query to check orders shipped to Latin AmericaVideo lesson
-
75Build query to show sales reps in a countryVideo lesson
-
76Build a query to check product stockVideo lesson
-
77Build a query to show countries with customersVideo lesson
External Links May Contain Affiliate Links read more