When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

SkillShare logo

Microsoft SQL Server Development for Everyone!

Unlock creativity with Skillshare! Learn acrylic painting, AI writing, graphic design, and photography.

     0 |
  • Reviews ( 0 )
Free

This Course Includes

  • iconskillshare
  • icon0 (0 reviews )
  • icon6 hours 19 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconSkillShare

About Microsoft SQL Server Development for Everyone!

Introduction skillshare

Introduction to Databases

Download and Install SQL Server Express 2017

Setup SQL Server For Mac and Linux

Connect to Database Instance and Create a Database

Drop or Remove Database

What is a Database Table?

Create an SQL Database Table

Create an SQL Database Table Using Management Studio

Select Records With SQL Scripts

Select Records With Management Studio

Insert Data into the Table with SQL Scripts

Insert Data into the Table with Management Studio

Update Data in the Table with SQL Scripts

Update Data in the Table with Management Studio

Delete Records with SQL Scripts

Delete Records with Management Studio

What are Relationships, Foreign Keys and Normalization

Create a Relationship in SQL Server

Insert Records in Related Tables

Run Queries on Related Tables (Inner Joins)

Left, Right and Full Joins

Grouping Data using SQL GROUP BY Clause

SQL AVG Aggregate Function

SQL COUNT Aggregate Function

SQL MAX and MIN Aggregate Functions

SQL SUM Aggregate Function

SQL Views

Scalar Valued SQL Functions

Inline Table Valued SQL Functions

Multi Statement Table Valued Functions

Stored Procedures

Table Triggers

Database Scripting, Backup and Restore

What You Will Learn?

  • Overview.
  • This is a zero to hero course on Microsoft SQL Databases and Querying. There are no pre-requisites for this course. This course provides you with fundamental SQL Server training and is enough to get you started at a Database Developer or Junior Database Administrator..
  • Why Learn Microsoft SQL Server.
  • Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications.
  • We will explore best practices in database development using SQL Server Express 2017 (Free Edition) and will be building a small school management system database..
  • All you need is a windows machine and we will walk through setting up an environment, to creating a database, creating your first table and writing queries..
  • At the end of this course, you should be comfortable writing queries for multiple situations and reports..
  • What you’ll learn.
  • Install SQL Server and SQL Server Management Studio.
  • Connect to a Database Instance.
  • Create a Database.
  • Create Tables.
  • Run Queries against Tables.
  • General use of the Management Studio.
  • Create Relationships (Normalization).
  • Use Aggregate functions to do quick mathematical operations.
  • Export data to Excel using the Management Studio.
  • Practical use of SQL.
  • Creating and Managing Database Views.
  • Creating and Managing Custom Functions; Table Triggers and Stored Procedures.
  • How to Backup and Restore Databases.
  • Are there any course requirements or prerequisites?.
  • A Windows PC (or Windows running on a Virtual Machine if using Linux/Mac).
  • Who this course is for:.
  • This course is for beginners with absolutely no experience..
  • This course is for you if you are already comfortable with basic database operations..
  • This course is for you if you feel a bit 'rusty' and need to refresh your knowledge..
  • This course is for you if you want to understand design principles in database development..
  • This course is for you if you are proficient in Microsoft Access and want to learn a new Database Management System.
  • This course is for EVERYONE!.
  • Content and Overview.
  • This is a complete course. Over 6 hours of premium content, all put together to ensure that you get up and running with becoming a Database Developer and/or Administrator. I take you through various scenarios and techniques to write queries, build a database and further administrate, then we touch more advanced topics that are in great demand in the workplace..
  • By the time you have finished the course you will have moved around in Microsoft SQL Manager Studio so much, that it will become second nature for you when interacting with your databases, found on different servers. This will put your new learned skills into practical use and impress your boss and coworkers..
  • The course is complete with working files and scripts, making it easy for you to replicate the code being demonstrated. You will be able to work alongside the author as you work through each lecture..