|
|
Title |
Duration |
|
|
|
Introduction
Overview of the series, what variations of SQL this series works with
|
00:08:23 |
|
|
|
|
00:20:29 |
|
|
|
|
00:21:01 |
|
|
|
Filtering Data with WHERE
Comparison operators, IN and BETWEEN operators, Boolean operators, IS operator, string and date delimiters, special functions like SOUNDEX and DIFFERENCE
|
00:20:19 |
|
|
|
|
00:19:32 |
|
|
|
|
00:22:09 |
|
|
|
|
00:26:52 |
|
|
|
|
00:18:04 |
|
|
|
|
00:18:27 |
|
|
|
|
00:16:19 |
|
|
|
|
00:18:02 |
|
|
|
Transactions
START TRANSACTION / BEGIN WORK / BEGIN TRANSACTION, COMMIT, ROLLBACK, and transaction concepts
|
00:15:46 |
|
|
|
|
00:19:47 |
|
|
|
Understanding Relational Data
Creating primary keys, creating foreign key constrains, creating NOT NULL constraints, create UNIQUE constrains, creating CHECK constraints, understanding constraints' impact on relational data
|
00:23:47 |
|
|
|
|
00:23:34 |
|
|
|
|
00:22:06 |
|
|
|
|
00:17:31 |
|
|
|
Cursors
Introduction and concepts, OPEN and CLOSE, FETCH, downsides of cursors
|
00:20:12 |
|
|
|
|
00:28:42 |
|
|
|
|
00:21:06 |