Completed
Welcome
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
SQL Course for Beginners - Programming Database Querying Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Welcome
- 2 Overview: Introduction
- 3 Overview: What is SQL
- 4 Overview: What is a RDBMS
- 5 Overview: What is a Table
- 6 Overview: Common Rules
- 7 Overview: List of Databases
- 8 SQL Attributes and Concepts: Data Types
- 9 SQL Attributes and Concepts: Operators in Detail
- 10 SQL Attributes and Concepts: Records vs. Rows
- 11 SQL Attributes and Concepts: Fields vs. Columns
- 12 SQL Attributes and Concepts: Keys
- 13 SQL Attributes and Concepts: Constraints
- 14 SQL Attributes and Concepts: SQL Structure Overview
- 15 SQL Commands and Expressions: Create New Database
- 16 SQL Commands and Expressions: Create Tables
- 17 SQL Commands and Expressions: Insert Data
- 18 SQL Commands and Expressions: The SELECT Statement
- 19 SQL Commands and Expressions: The WHERE Clause
- 20 SQL Commands and Expressions: Conjunctive Operators
- 21 More with SQL: Updated Queries
- 22 More with SQL: The LIKE Clause
- 23 More with SQL: The TOP Clause
- 24 More with SQL: More Keys
- 25 More with SQL: Get Unique Records