-
Урок 1. 00:00:19Introduction
-
Урок 2. 00:03:25What is SQL
-
Урок 3. 00:04:59Installing MySQL on Mac
-
Урок 4. 00:05:21Installing MySQL on Windows
-
Урок 5. 00:08:33Creating the Databases
-
Урок 6. 00:02:32What You'll Learn
-
Урок 7. 00:05:51The SELECT Statement
-
Урок 8. 00:08:49The SELECT Clause
-
Урок 9. 00:05:18The WHERE Clause
-
Урок 10. 00:06:53The AND, OR and NOT Operators
-
Урок 11. 00:03:04The IN Operator
-
Урок 12. 00:02:13The BETWEEN Operator
-
Урок 13. 00:05:38The LIKE Operator
-
Урок 14. 00:09:22The REGEXP Operator
-
Урок 15. 00:02:27The IS NULL Operator
-
Урок 16. 00:07:07The ORDER BY Clause
-
Урок 17. 00:03:27The LIMIT Clause
-
Урок 18. 00:08:27Inner Joins
-
Урок 19. 00:02:48Joining Across Databases
-
Урок 20. 00:04:14Self Joins
-
Урок 21. 00:06:47Joining Multiple Tables
-
Урок 22. 00:03:42Compound Join Conditions
-
Урок 23. 00:02:21Implicit Join Syntax
-
Урок 24. 00:06:28Outer Joins
-
Урок 25. 00:06:19Outer Join Between Multiple Tables
-
Урок 26. 00:02:13Self Outer Joins
-
Урок 27. 00:05:23The USING Clause
-
Урок 28. 00:01:22Natural Joins
-
Урок 29. 00:03:15Cross Joins
-
Урок 30. 00:08:30Unions
-
Урок 31. 00:03:25Column Attributes
-
Урок 32. 00:05:47Inserting a Row
-
Урок 33. 00:03:19Inserting Multiple Rows
-
Урок 34. 00:05:54Inserting Hierarchical Rows
-
Урок 35. 00:08:48Creating a Copy of a Table
-
Урок 36. 00:03:56Updating a Single Row
-
Урок 37. 00:03:15Updating Multiple Rows
-
Урок 38. 00:05:38Using Subqueries in Updates
-
Урок 39. 00:01:25Deleting Rows
-
Урок 40. 00:01:07Restoring the Databases
-
Урок 41. 00:09:20Aggregate Functions
-
Урок 42. 00:07:22The GROUP BY Clause
-
Урок 43. 00:08:51The HAVING Clause
-
Урок 44. 00:05:06The ROLLUP Operator
-
Урок 45. 00:01:29Introduction
-
Урок 46. 00:02:30Subqueries
-
Урок 47. 00:03:40The IN Operator
-
Урок 48. 00:05:08Subqueries vs Joins
-
Урок 49. 00:04:53The ALL Keyword
-
Урок 50. 00:02:37The ANY Keyword
-
Урок 51. 00:05:37Correlated Subqueries
-
Урок 52. 00:05:40The EXISTS Operator
-
Урок 53. 00:04:30Subqueries in the SELECT Clause
-
Урок 54. 00:02:59Subqueries in the FROM Clause
-
Урок 55. 00:02:55Numeric Functions
-
Урок 56. 00:05:48String Functions
-
Урок 57. 00:04:09Date Functions in MySQL
-
Урок 58. 00:02:15Formatting Dates and Times
-
Урок 59. 00:03:09Calculating Dates and Times
-
Урок 60. 00:03:30The IFNULL and COALESCE Functions
-
Урок 61. 00:04:55The IF Function
-
Урок 62. 00:05:24The CASE Operator
-
Урок 63. 00:05:37Creating Views
-
Урок 64. 00:02:53Altering or Dropping Views
-
Урок 65. 00:05:13Updatable Views
-
Урок 66. 00:02:19THE WITH OPTION CHECK Clause
-
Урок 67. 00:02:38Other Benefits of Views
-
Урок 68. 00:02:19What are Stored Procedures
-
Урок 69. 00:05:35Creating a Stored Procedure
-
Урок 70. 00:01:22Creating Procedures Using MySQLWorkbench
-
Урок 71. 00:02:10Dropping Stored Procedures
-
Урок 72. 00:05:27Parameters
-
Урок 73. 00:08:19Parameters with Default Value
-
Урок 74. 00:06:41Parameter Validation
-
Урок 75. 00:03:56Output Parameters
-
Урок 76. 00:04:34Variables
-
Урок 77. 00:06:29Functions
-
Урок 78. 00:01:52Other Conventions
-
Урок 79. 00:07:32Triggers
-
Урок 80. 00:01:21Viewing Triggers
-
Урок 81. 00:00:53Dropping Triggers
-
Урок 82. 00:04:53Using Triggers for Auditing
-
Урок 83. 00:04:34Events
-
Урок 84. 00:02:05Viewing, Dropping and Altering Events
-
Урок 85. 00:02:45Transactions
-
Урок 86. 00:05:12Creating Transactions
-
Урок 87. 00:04:08Concurrency and Locking
-
Урок 88. 00:07:26Concurrency Problems
-
Урок 89. 00:05:43Transaction Isolation Levels
-
Урок 90. 00:03:27READ UNCOMMITTED Isolation Level
-
Урок 91. 00:03:02READ COMMITTED Isolation Level
-
Урок 92. 00:03:30REPEATABLE READ Isolation Level
-
Урок 93. 00:02:19SERIALIZABLE Isolation Level
-
Урок 94. 00:06:12Deadlocks
-
Урок 95. 00:00:44Introduction
-
Урок 96. 00:02:26String Types
-
Урок 97. 00:02:53Integer Types
-
Урок 98. 00:01:43Fixed-point and Floating-point Types
-
Урок 99. 00:00:47Boolean Types
-
Урок 100. 00:03:37Enum and Set Types
-
Урок 101. 00:00:45Date and Time Types
-
Урок 102. 00:01:18Blob Types
-
Урок 103. 00:10:25JSON Type
-
Урок 104. 00:01:26Introduction
-
Урок 105. 00:02:27Data Modelling
-
Урок 106. 00:04:35Conceptual Models
-
Урок 107. 00:07:25Logical Models
-
Урок 108. 00:06:29Physical Models
-
Урок 109. 00:03:24Primary Keys
-
Урок 110. 00:05:49Foreign Keys
-
Урок 111. 00:05:23Foreign Key Constraints
-
Урок 112. 00:01:25Normalization
-
Урок 113. 00:02:431NF- First Normal Form
-
Урок 114. 00:04:02Link Tables
-
Урок 115. 00:06:342NF- Second Normal Form
-
Урок 116. 00:01:443NF- Third Normal Form
-
Урок 117. 00:02:56My Pragmatic Advice
-
Урок 118. 00:04:25Don't Model the Universe
-
Урок 119. 00:02:36Forward Engineering a Model
-
Урок 120. 00:04:49Synchronizing a Model with a Database
-
Урок 121. 00:03:12Reverse Engineering a Database
-
Урок 122. 00:00:24Project- Flight Booking System
-
Урок 123. 00:08:01Solution- Conceptual Model
-
Урок 124. 00:09:04Solution- Logical Model
-
Урок 125. 00:01:06Project - Video Rental Application
-
Урок 126. 00:07:00Solution- Conceptual Model
-
Урок 127. 00:08:30Solution- Logical Model
-
Урок 128. 00:01:42Creating and Dropping Databases
-
Урок 129. 00:03:14Creating Tables
-
Урок 130. 00:02:57Altering Tables
-
Урок 131. 00:04:48Creating Relationships
-
Урок 132. 00:02:11Altering Primary and Foreign Key Constraints
-
Урок 133. 00:06:30Character Sets and Collations
-
Урок 134. 00:02:28Storage Engines
-
Урок 135. 00:00:42Introduction
-
Урок 136. 00:02:50Indexes
-
Урок 137. 00:05:01Creating Indexes
-
Урок 138. 00:03:20Viewing Indexes
-
Урок 139. 00:03:41Prefix Indexes
-
Урок 140. 00:07:51Full-text Indexes
-
Урок 141. 00:05:13Composite Indexes
-
Урок 142. 00:09:17Order of Columns in Composite Indexes
-
Урок 143. 00:05:04When Indexes are Ignored
-
Урок 144. 00:07:03Using Indexes for Sorting
-
Урок 145. 00:01:59Covering Indexese
-
Урок 146. 00:01:26Index Maintenance
-
Урок 147. 00:00:34Introduction
-
Урок 148. 00:03:14Creating a User
-
Урок 149. 00:01:30Viewing Users
-
Урок 150. 00:00:49Dropping Users
-
Урок 151. 00:01:07Changing Passwords
-
Урок 152. 00:04:54Granting Privileges
-
Урок 153. 00:01:35Viewing Privileges
-
Урок 154. 00:01:21Revoking Privileges
-
Урок 155. 00:00:45Wrap Up
- Категории
- Источники
- Все курсы
- Разделы
- Книги
https://codewithmosh.com/p/complete-sql-mastery