Completed
Start
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
SQL Querying Fundamentals Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Start
- 2 Introduction
- 3 What is SQL?
- 4 Basic SQL Query Types
- 5 SQL Clause Hierarchy
- 6 Downloading a SQl Server Management Application
- 7 Uploading a Database
- 8 Working with the Studio Environment
- 9 The USE Clause
- 10 SELECT and FROM Clause
- 11 Seeing All Our Data at Once
- 12 Adding Notes
- 13 Looking at Certain Data with TOP
- 14 The WHERE Clause
- 15 Between Condition
- 16 Like Condition
- 17 In Condition
- 18 Working with NULL
- 19 Is Condition
- 20 Coding Structure
- 21 Calculated Fields
- 22 Formatting Function
- 23 ORDER BY Clause
- 24 Aggregate Functions