Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай SQL & Database Design A-Z™: Learn MS SQL Server + PostgreSQL, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:18
    Intro Video
  • Урок 2. 00:00:20
    Welcome to this section! This is what you wil learn
  • Урок 3. 00:10:03
    Installation: PostgreSQL & PgAdmin 4 for Windows
  • Урок 4. 00:03:08
    Installation: PostgreSQL & PgAdmin 4 for MAC OS
  • Урок 5. 00:08:02
    Installation: MS SQL Server & MS SQL Server Management Studio (SSMS) for Windows
  • Урок 6. 00:00:21
    Welcome to this section! This is what you will learn
  • Урок 7. 00:02:43
    The challenge: Investigating Consumer Complaints
  • Урок 8. 00:06:04
    Upload Consumer Complaints
  • Урок 9. 00:07:30
    Getting To Know The PGADMIN
  • Урок 10. 00:09:16
    Upload COnsumer COmplaints MS SQL
  • Урок 11. 00:04:27
    Getting to know MS SQL SERVER
  • Урок 12. 00:00:29
    Welcome to this section! This is what you will learn
  • Урок 13. 00:03:52
    Theory Select Query
  • Урок 14. 00:07:41
    Time to write your first query in PostgreSQL
  • Урок 15. 00:06:16
    Adding a filter using WHERE in PostgreSQL
  • Урок 16. 00:08:11
    Logical conditions AND, OR in PostgreSQL
  • Урок 17. 00:10:40
    Using wildcards % and _ (advanced tutorial)
  • Урок 18. 00:04:41
    Comments in SQL
  • Урок 19. 00:11:03
    Getting to write your first query MS SQL
  • Урок 20. 00:09:52
    Where MS SQL
  • Урок 21. 00:11:10
    Logical conditions, AND OR MS SQL
  • Урок 22. 00:10:11
    Using wildcards MS SQL
  • Урок 23. 00:05:07
    Comments in SQL MS SQL
  • Урок 24. 00:00:40
    Welcome to this section! This is what you will learn
  • Урок 25. 00:03:31
    The challenge: Analyzing Console Games Sales
  • Урок 26. 00:03:56
    Uploading Console Games Dataset
  • Урок 27. 00:10:38
    Working with arithmetic data types
  • Урок 28. 00:05:58
    ORDER BY
  • Урок 29. 00:04:29
    WORKING WITH VARCHARS
  • Урок 30. 00:17:38
    WORKING WITH DATES
  • Урок 31. 00:06:02
    Implicit Data Conversion in SQL
  • Урок 32. 00:10:56
    WORKING WITH NULL
  • Урок 33. 00:04:59
    Uploading Console Games DATASET MS SQL
  • Урок 34. 00:11:08
    Working with arithmetic data types MS SQL
  • Урок 35. 00:07:25
    ORDER BY MS SQL
  • Урок 36. 00:04:40
    Working with VARCHAR MS SQL
  • Урок 37. 00:09:26
    Working with Dates MS SQL
  • Урок 38. 00:03:13
    Implicit DATA conversion MS SQL
  • Урок 39. 00:00:21
    Welcome to this section! This is what you will learn
  • Урок 40. 00:05:32
    Structured vs Unstructured Data
  • Урок 41. 00:02:56
    Elements Of a Database
  • Урок 42. 00:05:01
    Relational Keys
  • Урок 43. 00:03:17
    Relational Database
  • Урок 44. 00:05:34
    Functional Dependency
  • Урок 45. 00:00:38
    Welcome to this section! This is what you wil learn
  • Урок 46. 00:06:19
    Types of Joins
  • Урок 47. 00:02:33
    Duplicates in Joins
  • Урок 48. 00:05:22
    Joining on multiple fields
  • Урок 49. 00:02:22
    The challenge: The Vet's Clinic
  • Урок 50. 00:05:28
    Upload the data
  • Урок 51. 00:08:56
    Your First Left Outer Join
  • Урок 52. 00:09:47
    Joins Tips & Tricks
  • Урок 53. 00:11:45
    Inner Join
  • Урок 54. 00:04:53
    Full Outer join
  • Урок 55. 00:11:10
    Joining on Multiple Fields (Practice)
  • Урок 56. 00:09:51
    Complex Joins
  • Урок 57. 00:07:28
    Cleaning up your Join
  • Урок 58. 00:11:12
    Cross Join (advanced tutorial)
  • Урок 59. 00:08:16
    Upload The Data - MS SQL
  • Урок 60. 00:09:52
    Your First Left Outer Join - MS SQL
  • Урок 61. 00:11:03
    Joins Tips & Tricks - MS SQL
  • Урок 62. 00:12:27
    Inner Join - MS SQL
  • Урок 63. 00:03:23
    Full Outer Join - MS SQL
  • Урок 64. 00:12:02
    Joining on Multiple Fields (Practice) - MS SQL
  • Урок 65. 00:08:40
    Complex Joins - MS SQL
  • Урок 66. 00:07:57
    Cleaning Up Your Join - MS SQL
  • Урок 67. 00:11:30
    Cross Join (advanced tutorial) - MS SQL
  • Урок 68. 00:00:23
    Welcome to this section! This is what you will learn
  • Урок 69. 00:04:05
    Create Database
  • Урок 70. 00:13:13
    Create Table
  • Урок 71. 00:13:30
    Insert Data
  • Урок 72. 00:09:25
    Alter Table
  • Урок 73. 00:07:28
    Drop Table
  • Урок 74. 00:02:54
    Create Database MS SQL
  • Урок 75. 00:06:03
    Create Table MS SQL
  • Урок 76. 00:07:47
    Insert Data MS SQL
  • Урок 77. 00:06:15
    ALTER TABLE MS SQL
  • Урок 78. 00:02:14
    DROP TABLE MS SQL
  • Урок 79. 00:00:53
    Welcome to this section! This is what you wil learn
  • Урок 80. 00:07:15
    MS SQL Server: What is Database Normalization?
  • Урок 81. 00:10:06
    Prime and non-prime attributes
  • Урок 82. 00:07:55
    First Normal Form (1NF)
  • Урок 83. 00:16:06
    Second Normal Form (2NF)
  • Урок 84. 00:19:14
    Third Normal Form (3NF)
  • Урок 85. 00:04:33
    The challenge: Online Clothing Store (OLTP Database)
  • Урок 86. 00:03:36
    Upload the data
  • Урок 87. 00:07:55
    Normalization 1NF Investigation
  • Урок 88. 00:15:42
    Normalization 2NF Investigation
  • Урок 89. 00:12:54
    Normalization 2NF Modification
  • Урок 90. 00:17:24
    Normalization 3NF Investigation
  • Урок 91. 00:18:26
    Normalization 3NF Modification
  • Урок 92. 00:04:31
    Upload The Data - MS SQL
  • Урок 93. 00:07:10
    Normalization 1NF Investigation - MS SQL
  • Урок 94. 00:15:22
    Normalization 2NF Investigation - MS SQL
  • Урок 95. 00:16:38
    Normalization 2NF Modification - MS SQL
  • Урок 96. 00:17:23
    Normalization 3NF Investigation - MS SQL
  • Урок 97. 00:19:27
    Normalization 3NF Modification - MS SQL
  • Урок 98. 00:02:41
    THANK YOU Video