Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай SQL Fundamentals, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:40
    Setup and Introduction to SQL Fundamentals
  • Урок 2. 00:01:31
    Create a Table with SQL Create
  • Урок 3. 00:02:50
    Add Data to a Table with SQL Insert
  • Урок 4. 00:02:54
    Query Data with the Select Command in SQL
  • Урок 5. 00:02:03
    Update Data in a Table with SQL Update
  • Урок 6. 00:01:30
    Removing Data with SQL Delete, Truncate, and Drop
  • Урок 7. 00:03:34
    Keep Data Integrity with Constraints
  • Урок 8. 00:03:04
    Organize Table Data with Indexes
  • Урок 9. 00:02:44
    Select Grouped and Aggregated Data with SQL
  • Урок 10. 00:02:43
    Conditionally Select out Filtered Data with SQL Where
  • Урок 11. 00:04:58
    Combining Tables Together with SQL Join Statements
  • Урок 12. 00:03:34
    Subquery Dynamic Datasets in SQL