Microsoft Sql Server 2017 For Everyone

Learn the fundamentals of database design, development and querying using the latest Microsoft SQL Server

Last updated 2022-01-10 | 4.6

- Basic Database Design (Tables
- Columns
- Data Types
- Primary Keys
- Normalization)
- Using Microsoft SQL Management Studio
- SELECT Statements: Queries against single tables (Filtering
- Ordering
- Grouping)

What you'll learn

Basic Database Design (Tables
Columns
Data Types
Primary Keys
Normalization)
Using Microsoft SQL Management Studio
SELECT Statements: Queries against single tables (Filtering
Ordering
Grouping)
DELETE: How to remove data from a database
INSERT INTO: How to insert data into a table
UPDATE: How to update existing data
Filter groups of data using the HAVING clause
Overall Database Development Best Practices
Creating Relationships and Foreign Keys
How to query related data from multiple tables
Using Aggregate Functions in SQL
How to export Query Results to Excel
How to craft SQL statements based on real scenarios
Create Complex Database Objects (Stored Procedures
Functions
Views
Triggers)
Backup and Restore Databases
Generate Database Scripts for Automation

* Requirements

* A Computer
* A desire to learn database development

Description

  • Basic Database Design (Tables, Columns, Data Types, Primary Keys, Normalization)
  • Using Microsoft SQL Management Studio
  • SELECT Statements: Queries against single tables (Filtering, Ordering, Grouping)
  • DELETE: How to remove data from a database
  • INSERT INTO: How to insert data into a table
  • UPDATE: How to update existing data
  • Filter groups of data using the HAVING clause
  • Overall Database Development Best Practices
  • Creating Relationships and Foreign Keys
  • How to query related data from multiple tables
  • Using Aggregate Functions in SQL
  • How to export Query Results to Excel
  • How to craft SQL statements based on real scenarios
  • Create Complex Database Objects (Stored Procedures, Functions, Views, Triggers)
  • Backup and Restore Databases
  • Generate Database Scripts for Automation

Course content

6 sections • 33 lectures

Introduction to SQL Server and Databases Preview 01:27

Download and Install SQL Server Express 2019 - Latest Preview 04:59

Download SQL Server Management Studio (SSMS)

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, as well as build queries and scripts.


Microsoft® SQL Server® 2019 Express

https://www.microsoft.com/en-us/download/details.aspx?id=55994

Microsoft® SQL Server® 2019 Express is a powerful and reliable free data management system that delivers a rich and reliable data store for lightweight Web Sites and desktop applications.

Connect to Database Instance and Create a Database Preview 05:55

Drop or Remove Database Preview 04:16

What is a Database Table? Preview 02:08

Create an SQL Database Table Preview 31:40

Insert Data into the Table with SQL Script Preview 15:03

Insert Data into the Table with Management Studio Preview 04:33

Select Data from the Table with SQL Script Preview 09:19

More Advanced Select Queries Part 1 Preview 17:50

Update Data in the Table Preview 09:49

Update Data in the Table with Management Studio GUI Preview 02:13

Delete Data from the Table with SQL Script Preview 06:27

Delete Data from the Table with Management Studio GUI Preview 01:23

SQL Test

Confirm that you know the basics of T-SQL

What are Relationships, Foreign Keys and Normalization Preview 11:29

Create a Relationship in SQL Server Preview 19:24

Insert Records in Related Tables Preview 12:58

Run Queries on Related Tables (Inner Joins) Preview 19:22

Left, Right and Full Joins Preview 10:41

Grouping Data using SQL GROUP BY Clause Preview 11:41

SQL AVG Aggregate Function Preview 11:00

SQL COUNT Aggregate Function Preview 03:46

SQL MAX and MIN Aggregate Functions Preview 03:29

SQL SUM Aggregate Function Preview 04:02

Create and Manage Views Preview 23:12

Scalar Valued Functions Preview 26:52

Inline Table Valued Functions Preview 09:25

Multi Statement Table Valued Functions Preview 12:28

Stored Procedures Preview 27:38

Table Triggers Preview 19:13

Database Scripting, Backup and Restore Preview 14:35