Learn SQL with Microsoft SQL Server

Learn SQL with Microsoft SQL Server

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 48m | 1.76 GB

Understanding Databases and SQL

In this course, I’ll teach you the Structured Query Language—SQL for short—the fast and easy way. We’ll download and use the free trial version of Microsoft SQL Server and I’ll teach you exactly how to use it like a pro. Databases are incredibly important in our modern world, and they remain a mystery to most people. But they’re easy to use if you know just a few things…and I’ll teach you those things in this course.

We’ll start out by learning fundamental database concepts, such as: What is a database, What is a table, What are rows and columns, and What are data types? After that, I’ll show you how to set up and use Microsoft SQL Server. Then we’ll dive right into SQL itself. I’ll teach you basic concepts such as:

  • Select statements
  • Where, And, or Not
  • How to Order and Group By
  • And cool things like that.

Then we’ll move into slightly more difficult concepts such as:

  • Having and Top Clauses
  • Select Distinct
  • Union
  • And functions

Then we’ll jump into more advanced concepts such as:

  • Insert and Update statements
  • Deleting and altering tables
  • Joining tables
  • Primary keys
  • Indexing
  • And more!

When you get right down to it, using databases with SQL is pretty easy, and actually a lot of fun!

This course will show you how to build databases with Microsoft SQL Server from scratch. It covers the theory and implementation with real-life examples.

Learn

  • Introduction to Microsoft SQL Server
  • Understanding conditions
  • Playing around with tables.
  • Working with functions