1. Урок 1. 00:02:40
    Setup and Introduction to SQL Fundamentals
  2. Урок 2. 00:01:31
    Create a Table with SQL Create
  3. Урок 3. 00:02:50
    Add Data to a Table with SQL Insert
  4. Урок 4. 00:02:54
    Query Data with the Select Command in SQL
  5. Урок 5. 00:02:03
    Update Data in a Table with SQL Update
  6. Урок 6. 00:01:30
    Removing Data with SQL Delete, Truncate, and Drop
  7. Урок 7. 00:03:34
    Keep Data Integrity with Constraints
  8. Урок 8. 00:03:04
    Organize Table Data with Indexes
  9. Урок 9. 00:02:44
    Select Grouped and Aggregated Data with SQL
  10. Урок 10. 00:02:43
    Conditionally Select out Filtered Data with SQL Where
  11. Урок 11. 00:04:58
    Combining Tables Together with SQL Join Statements
  12. Урок 12. 00:03:34
    Subquery Dynamic Datasets in SQL