589689.xyz

[] Udemy - SQL and PostgreSQL The Complete Developer's Guide

  • 收录时间:2023-07-06 16:00:37
  • 文件大小:8GB
  • 下载次数:1
  • 最近下载:2023-07-06 16:00:37
  • 磁力链接:

文件列表

  1. 22 - Understanding the Internals of PostgreSQL/189 - Heap File Layout.mp4 597MB
  2. 23 - A Look at Indexes for Performance/198 - Behind the Scenes of Indexes.mp4 399MB
  3. 31 - Managing Database Design with Schema Migrations/231 - A Story on Migrations.mp4 140MB
  4. 4 - Relating Records with Joins/52 - Four Kinds of Joins.mp4 125MB
  5. 27 - Recursive Common Table Expressions/215 - Walking Through Recursion.mp4 109MB
  6. 9 - Assembling Queries with SubQueries/113 - Probably Too Much About Correlated Subqueries.mp4 107MB
  7. 25 - Advanced Query Tuning/202 - Developing an Intuitive Understanding of Cost.mp4 103MB
  8. 18 - How to Build a Hashtag System/163 - Designing a Hashtag System.mp4 98MB
  9. 32 - Schema vs Data Migrations/248 - Transaction Locks.mp4 96MB
  10. 17 - How to Build a Mention System/158 - Additional Features Around Posts.mp4 96MB
  11. 25 - Advanced Query Tuning/204 - A Touch More on Costs.mp4 95MB
  12. 3 - Working with Tables/27 - Approaching Database Design.mp4 82MB
  13. 24 - Basic Query Tuning/201 - Solving an Explain Mystery.mp4 80MB
  14. 17 - How to Build a Mention System/160 - Photo Mentions vs Caption Mentions.mp4 73MB
  15. 32 - Schema vs Data Migrations/241 - Dangers Around Data Migrations.mp4 70MB
  16. 23 - A Look at Indexes for Performance/192 - How an Index Works.mp4 69MB
  17. 31 - Managing Database Design with Schema Migrations/238 - Applying and Reverting Migrations.mp4 68MB
  18. 17 - How to Build a Mention System/161 - Considerations on Photo Tags vs Caption Tags.mp4 67MB
  19. 36 - Fast Parallel Testing/285 - Programmatic Schema Creation.mp4 66MB
  20. 30 - Handling Concurrency and Reversibility with Transactions/228 - Opening and Closing Transactions.mp4 65MB
  21. 1 - Simple But Powerful SQL Statements/12 - String Operators and Functions.mp4 65MB
  22. 16 - How to Build a Like System/155 - Polymorphic Association Alternative Implementation.mp4 64MB
  23. 3 - Working with Tables/31 - Understanding Foreign Keys.mp4 63MB
  24. 27 - Recursive Common Table Expressions/212 - Recursive CTEs Step by Step.mp4 63MB
  25. 32 - Schema vs Data Migrations/244 - A Small Web Server.mp4 62MB
  26. 4 - Relating Records with Joins/54 - Does Order Matter.mp4 61MB
  27. 20 - Implementing Database Design Patterns/170 - Creating Tables with Checks.mp4 61MB
  28. 29 - Optimizing Queries with Materialized Views/224 - Writing a Slow Query.mp4 55MB
  29. 36 - Fast Parallel Testing/275 - Connecting to a DB For Tests.mp4 54MB
  30. 9 - Assembling Queries with SubQueries/100 - Example of a Subquery in a From.mp4 54MB
  31. 16 - How to Build a Like System/154 - Polymorphic Associations.mp4 53MB
  32. 25 - Advanced Query Tuning/203 - Calculating Cost by Hand.mp4 51MB
  33. 34 - Data Access Pattern Repositories/264 - Fixing Casing.mp4 50MB
  34. 4 - Relating Records with Joins/58 - Three Way Joins.mp4 50MB
  35. 13 - PostgreSQL Complex Datatypes/130 - More on Number Data Types.mp4 48MB
  36. 15 - Database Structure Design Patterns/146 - Using a SQL Design Tool.mp4 47MB
  37. 2 - Filtering Records/18 - Where With Lists.mp4 46MB
  38. 31 - Managing Database Design with Schema Migrations/237 - Generating and Writing Migrations.mp4 46MB
  39. 33 - Accessing PostgreSQL From APIs/258 - Validating Connection Credentials.mp4 45MB
  40. 25 - Advanced Query Tuning/205 - Startup vs Total Costs.mp4 45MB
  41. 9 - Assembling Queries with SubQueries/98 - Subqueries in a From.mp4 44MB
  42. 9 - Assembling Queries with SubQueries/114 - More on Correlated Subqueries.mp4 44MB
  43. 31 - Managing Database Design with Schema Migrations/232 - Migration Files.mp4 44MB
  44. 9 - Assembling Queries with SubQueries/105 - Data Structure with Where Subqueries.mp4 44MB
  45. 36 - Fast Parallel Testing/287 - Test Helpers.mp4 43MB
  46. 27 - Recursive Common Table Expressions/213 - Why Use Recursive CTEs.mp4 43MB
  47. 14 - DatabaseSide Validation and Constraints/140 - Applying a Unique Constraint to One column.mp4 43MB
  48. 24 - Basic Query Tuning/200 - Explain and Explain Analyze.mp4 43MB
  49. 36 - Fast Parallel Testing/274 - Assertions Around User Count.mp4 42MB
  50. 20 - Implementing Database Design Patterns/174 - Photo Tags and Caption Tags.mp4 41MB
  51. 3 - Working with Tables/28 - OnetoMany and ManytoOne Relationships.mp4 41MB
  52. 36 - Fast Parallel Testing/283 - Routing Schema Access.mp4 41MB
  53. 4 - Relating Records with Joins/53 - Each Join in Practice.mp4 41MB
  54. 3 - Working with Tables/38 - Constraints Around Deletion.mp4 41MB
  55. 25 - Advanced Query Tuning/207 - Use My Index.mp4 39MB
  56. 9 - Assembling Queries with SubQueries/109 - A New Where Operator.mp4 39MB
  57. 9 - Assembling Queries with SubQueries/108 - The Not In Operator with a List.mp4 39MB
  58. 3 - Working with Tables/34 - Running Queries on Associated Data.mp4 38MB
  59. 35 - Security Around PostgreSQL/267 - Handling SQL Injection with Prepared Statements.mp4 38MB
  60. 1 - Simple But Powerful SQL Statements/10 - Calculating Phone Revenue.mp4 37MB
  61. 23 - A Look at Indexes for Performance/190 - Full Table Scans.mp4 37MB
  62. 22 - Understanding the Internals of PostgreSQL/186 - Where Does Postgres Store Data.mp4 37MB
  63. 5 - Aggregation of Records/71 - Filtering Groups with Having.mp4 37MB
  64. 12 - Local PostgreSQL Installation/125 - PGAdmin Setup on macOS.mp4 37MB
  65. 4 - Relating Records with Joins/45 - Joining Data from Different Tables.mp4 37MB
  66. 9 - Assembling Queries with SubQueries/104 - More Useful Subqueries with Where.mp4 37MB
  67. 27 - Recursive Common Table Expressions/214 - Writing the Query.mp4 37MB
  68. 20 - Implementing Database Design Patterns/171 - Posts Creation.mp4 36MB
  69. 29 - Optimizing Queries with Materialized Views/225 - Creating and Refreshing Materialized Views.mp4 36MB
  70. 36 - Fast Parallel Testing/279 - Issues with Parallel Tests.mp4 36MB
  71. 28 - Simplifying Queries with Views/217 - A Possible Solution for Merging Tables.mp4 36MB
  72. 1 - Simple But Powerful SQL Statements/4 - Database Design.mp4 35MB
  73. 14 - DatabaseSide Validation and Constraints/135 - Thinking About Validation.mp4 35MB
  74. 29 - Optimizing Queries with Materialized Views/222 - Grouping by Week.mp4 34MB
  75. 35 - Security Around PostgreSQL/268 - Preventing SQL Injection.mp4 34MB
  76. 31 - Managing Database Design with Schema Migrations/234 - A Few Notes on Migrations Libraries.mp4 34MB
  77. 26 - Simple Common Table Expressions/210 - So Whats a CTE.mp4 33MB
  78. 28 - Simplifying Queries with Views/218 - Creating a View.mp4 33MB
  79. 36 - Fast Parallel Testing/278 - Assumptions Around Content.mp4 33MB
  80. 2 - Filtering Records/22 - Updating Rows.mp4 33MB
  81. 30 - Handling Concurrency and Reversibility with Transactions/229 - Transaction Cleanup on Crash.mp4 33MB
  82. 9 - Assembling Queries with SubQueries/110 - Finally Some.mp4 32MB
  83. 23 - A Look at Indexes for Performance/195 - Downsides of Indexes.mp4 32MB
  84. 36 - Fast Parallel Testing/288 - Cleaning up Schemas and Roles.mp4 31MB
  85. 4 - Relating Records with Joins/57 - Where with Join.mp4 31MB
  86. 36 - Fast Parallel Testing/282 - Controlling Schema Access with Search Paths.mp4 31MB
  87. 9 - Assembling Queries with SubQueries/93 - Whats a Subquery.mp4 31MB
  88. 13 - PostgreSQL Complex Datatypes/128 - Data Types.mp4 31MB
  89. 35 - Security Around PostgreSQL/266 - SQL Injection Exploits.mp4 30MB
  90. 14 - DatabaseSide Validation and Constraints/141 - MultiColumn Uniqueness.mp4 30MB
  91. 13 - PostgreSQL Complex Datatypes/131 - Reminder on Character Types.mp4 30MB
  92. 33 - Accessing PostgreSQL From APIs/256 - Building the Users Router.mp4 30MB
  93. 3 - Working with Tables/30 - Primary Keys and Foreign Keys.mp4 30MB
  94. 5 - Aggregation of Records/62 - Picturing Group By.mp4 29MB
  95. 4 - Relating Records with Joins/50 - Missing Data in Joins.mp4 29MB
  96. 15 - Database Structure Design Patterns/147 - A Configbased Schema Designer.mp4 29MB
  97. 5 - Aggregation of Records/73 - More on Having.mp4 28MB
  98. 14 - DatabaseSide Validation and Constraints/136 - Creating and Viewing Tables in PGAdmin.mp4 28MB
  99. 1 - Simple But Powerful SQL Statements/11 - Exercise Solution.mp4 28MB
  100. 4 - Relating Records with Joins/44 - Queries with Joins and Aggregations.mp4 28MB
  101. 18 - How to Build a Hashtag System/166 - A Few More User Columns.mp4 28MB
  102. 36 - Fast Parallel Testing/280 - Isolation with Schemas.mp4 27MB
  103. 16 - How to Build a Like System/156 - The Simplest Alternative.mp4 27MB
  104. 19 - How to Design a Follower System/168 - Designing a Follower System.mp4 26MB
  105. 16 - How to Build a Like System/152 - Designing a Like System.mp4 26MB
  106. 16 - How to Build a Like System/150 - Requirements of a Like System.mp4 26MB
  107. 24 - Basic Query Tuning/199 - The Query Processing Pipeline.mp4 26MB
  108. 36 - Fast Parallel Testing/286 - Escaping Identifiers.mp4 26MB
  109. 4 - Relating Records with Joins/49 - Alternate Forms of Syntax.mp4 25MB
  110. 28 - Simplifying Queries with Views/216 - Most Popular Users.mp4 25MB
  111. 34 - Data Access Pattern Repositories/261 - Creating a Repository.mp4 25MB
  112. 4 - Relating Records with Joins/51 - Why Wasnt It Included.mp4 25MB
  113. 3 - Working with Tables/29 - OnetoOne and ManytoMany Relationships.mp4 25MB
  114. 33 - Accessing PostgreSQL From APIs/255 - One Fast Migration.mp4 24MB
  115. 20 - Implementing Database Design Patterns/173 - Likes Creation.mp4 24MB
  116. 9 - Assembling Queries with SubQueries/94 - Thinking About the Structure of Data.mp4 24MB
  117. 34 - Data Access Pattern Repositories/262 - Accessing the API.mp4 24MB
  118. 21 - Approaching and Writing Complex Queries/176 - ig.sql 24MB
  119. 17 - How to Build a Mention System/162 - Update For Tags.mp4 23MB
  120. 12 - Local PostgreSQL Installation/126 - Postgres installation on Windows.mp4 23MB
  121. 3 - Working with Tables/32 - AutoGenerated IDs.mp4 23MB
  122. 33 - Accessing PostgreSQL From APIs/257 - Understanding Connection Pools.mp4 23MB
  123. 22 - Understanding the Internals of PostgreSQL/187 - Heaps Blocks and Tuples.mp4 23MB
  124. 23 - A Look at Indexes for Performance/194 - Benchmarking Queries.mp4 23MB
  125. 9 - Assembling Queries with SubQueries/95 - Subqueries in a Select.mp4 23MB
  126. 30 - Handling Concurrency and Reversibility with Transactions/226 - What are Transactions Used For.mp4 23MB
  127. 14 - DatabaseSide Validation and Constraints/139 - Default Column Values.mp4 22MB
  128. 3 - Working with Tables/37 - Foreign Key Constraints Around Insertion.mp4 22MB
  129. 14 - DatabaseSide Validation and Constraints/144 - So Where Are We Applying Validation.mp4 22MB
  130. 36 - Fast Parallel Testing/277 - MultiDB Setup.mp4 22MB
  131. 1 - Simple But Powerful SQL Statements/3 - What is PostgreSQL All About.mp4 22MB
  132. 32 - Schema vs Data Migrations/243 - Creating a Posts Table.mp4 22MB
  133. 32 - Schema vs Data Migrations/246 - Adding the Loc Column.mp4 22MB
  134. 13 - PostgreSQL Complex Datatypes/133 - Times Dates and Timestamps.mp4 21MB
  135. 21 - Approaching and Writing Complex Queries/178 - Restoring from Scratch.mp4 21MB
  136. 28 - Simplifying Queries with Views/219 - When to Use a View.mp4 21MB
  137. 12 - Local PostgreSQL Installation/124 - PostgreSQL Installation on macOS.mp4 21MB
  138. 14 - DatabaseSide Validation and Constraints/137 - Applying a Null Constraint.mp4 21MB
  139. 15 - Database Structure Design Patterns/149 - Rebuilding Some Schema.mp4 21MB
  140. 8 - Unions and Intersections with Sets/90 - Removing Commonalities with Except.mp4 20MB
  141. 32 - Schema vs Data Migrations/240 - Schema vs Data Migrations.mp4 20MB
  142. 20 - Implementing Database Design Patterns/175 - Creating Hashtags Hashtag Posts and Followers.mp4 20MB
  143. 23 - A Look at Indexes for Performance/197 - Automatically Generated Indexes.mp4 20MB
  144. 32 - Schema vs Data Migrations/242 - Properly Running Data and Schema Migrations.mp4 20MB
  145. 8 - Unions and Intersections with Sets/87 - Handling Sets with Union.mp4 20MB
  146. 13 - PostgreSQL Complex Datatypes/134 - Really Awesome Intervals.mp4 19MB
  147. 7 - Sorting Records/84 - Offset and Limit.mp4 19MB
  148. 36 - Fast Parallel Testing/281 - Creating and Accessing Schemas.mp4 19MB
  149. 13 - PostgreSQL Complex Datatypes/127 - Whatd We Just Do.mp4 19MB
  150. 3 - Working with Tables/40 - Testing Deletion Constraints.mp4 19MB
  151. 11 - Utility Operators Keywords and Functions/123 - The Case Keyword.mp4 19MB
  152. 2 - Filtering Records/15 - Compound Where Clauses.mp4 19MB
  153. 13 - PostgreSQL Complex Datatypes/129 - Fast Rules on Numeric Data Types.mp4 19MB
  154. 1 - Simple But Powerful SQL Statements/5 - Creating Tables.mp4 19MB
  155. 36 - Fast Parallel Testing/289 - Finally Parallel Tests Final Lecture.mp4 19MB
  156. 34 - Data Access Pattern Repositories/263 - Casing Issues.mp4 19MB
  157. 3 - Working with Tables/33 - Creating Foreign Key Columns.mp4 18MB
  158. 35 - Security Around PostgreSQL/272 - And Finally Delete.mp4 18MB
  159. 14 - DatabaseSide Validation and Constraints/142 - Adding a Validation Check.mp4 18MB
  160. 34 - Data Access Pattern Repositories/265 - Finding Particular Users.mp4 18MB
  161. 1 - Simple But Powerful SQL Statements/7 - Inserting Data Into a Table.mp4 18MB
  162. 18 - How to Build a Hashtag System/165 - Including the Hashtag Table.mp4 18MB
  163. 34 - Data Access Pattern Repositories/260 - The Repository Pattern.mp4 18MB
  164. 4 - Relating Records with Joins/59 - A Bit of Practice.mp4 18MB
  165. 1 - Simple But Powerful SQL Statements/6 - Analyzing CREATE TABLE.mp4 18MB
  166. 36 - Fast Parallel Testing/284 - Strategy for Isolation.mp4 18MB
  167. 22 - Understanding the Internals of PostgreSQL/188 - Block Data Layout.mp4 17MB
  168. 14 - DatabaseSide Validation and Constraints/143 - Checks Over Multiple Columns.mp4 17MB
  169. 18 - How to Build a Hashtag System/167 - Why No Number of Followers or Posts.mp4 17MB
  170. 21 - Approaching and Writing Complex Queries/177 - Adding Some Data.mp4 17MB
  171. 35 - Security Around PostgreSQL/271 - Handling Updates.mp4 17MB
  172. 31 - Managing Database Design with Schema Migrations/239 - Generating and Applying a Second Migration.mp4 17MB
  173. 9 - Assembling Queries with SubQueries/103 - Subqueries in a Join Clause.mp4 17MB
  174. 8 - Unions and Intersections with Sets/88 - A Few Notes on Union.mp4 17MB
  175. 4 - Relating Records with Joins/56 - Two Possible Solutions.mp4 17MB
  176. 32 - Schema vs Data Migrations/247 - Writing Values to Both Columns.mp4 16MB
  177. 16 - How to Build a Like System/151 - How Not to Design a Like System.mp4 16MB
  178. 16 - How to Build a Like System/157 - So Which Approach.mp4 16MB
  179. 29 - Optimizing Queries with Materialized Views/223 - Reminder on Left Joins.mp4 16MB
  180. 8 - Unions and Intersections with Sets/89 - Commonalities with Intersect.mp4 15MB
  181. 32 - Schema vs Data Migrations/249 - Updating Values.mp4 15MB
  182. 35 - Security Around PostgreSQL/270 - Inserting Users.mp4 15MB
  183. 1 - Simple But Powerful SQL Statements/9 - Calculated Columns.mp4 15MB
  184. 5 - Aggregation of Records/64 - Combining Group By and Aggregates.mp4 15MB
  185. 18 - How to Build a Hashtag System/164 - Tables for Hashtags.mp4 14MB
  186. 35 - Security Around PostgreSQL/269 - Reminder on Post Requests.mp4 14MB
  187. 14 - DatabaseSide Validation and Constraints/138 - Solving a Gotcha with Null Constraints.mp4 14MB
  188. 32 - Schema vs Data Migrations/251 - Updating the App Server.mp4 13MB
  189. 26 - Simple Common Table Expressions/209 - A Quick Solution.mp4 13MB
  190. 23 - A Look at Indexes for Performance/193 - Creating an Index.mp4 13MB
  191. 36 - Fast Parallel Testing/276 - Disconnecting After Tests.mp4 13MB
  192. 5 - Aggregation of Records/74 - A Having Exercise Overview.mp4 13MB
  193. 3 - Working with Tables/41 - Setting Foreign Keys to Null on Delete.mp4 13MB
  194. 28 - Simplifying Queries with Views/220 - Deleting and Changing Views.mp4 13MB
  195. 10 - Selecting Distinct Records/118 - Selecting Distinct Values.mp4 12MB
  196. 2 - Filtering Records/13 - Filtering Rows with Where.mp4 12MB
  197. 27 - Recursive Common Table Expressions/211 - Recursive CTEs.mp4 12MB
  198. 11 - Utility Operators Keywords and Functions/121 - The Greatest Value in a List.mp4 12MB
  199. 32 - Schema vs Data Migrations/252 - Dropping the Last Columns.mp4 12MB
  200. 5 - Aggregation of Records/63 - Aggregate Functions.mp4 12MB
  201. 15 - Database Structure Design Patterns/145 - Approaching More Complicated Designs.mp4 11MB
  202. 26 - Simple Common Table Expressions/208 - Common Table Expressions.mp4 11MB
  203. 2 - Filtering Records/23 - Deleting Rows.mp4 11MB
  204. 3 - Working with Tables/26 - The Plan Moving Forward.mp4 11MB
  205. 9 - Assembling Queries with SubQueries/102 - Exercise Solution.mp4 10MB
  206. 25 - Advanced Query Tuning/206 - Costs Flow Up.mp4 10MB
  207. 23 - A Look at Indexes for Performance/191 - Whats an Index.mp4 10MB
  208. 31 - Managing Database Design with Schema Migrations/233 - Issues Solved by Migrations.mp4 10MB
  209. 3 - Working with Tables/42 - Adding Some Complexity.mp4 10MB
  210. 31 - Managing Database Design with Schema Migrations/236 - Project Creation.mp4 10MB
  211. 5 - Aggregation of Records/66 - Visualizing More Grouping.mp4 10MB
  212. 15 - Database Structure Design Patterns/148 - Heres the Plan.mp4 10MB
  213. 7 - Sorting Records/83 - Two Variations on Sorting.mp4 9MB
  214. 2 - Filtering Records/14 - More on the Where Keyword.mp4 9MB
  215. 21 - Approaching and Writing Complex Queries/182 - Solving for Posts by User.mp4 9MB
  216. 6 - Working with Large Datasets/80 - Remember Joins.mp4 9MB
  217. 22 - Understanding the Internals of PostgreSQL/185 - Thinking About Performance.mp4 9MB
  218. 9 - Assembling Queries with SubQueries/115 - A Select Without a From.mp4 9MB
  219. 9 - Assembling Queries with SubQueries/99 - From Subqueries that Return a Value.mp4 9MB
  220. 4 - Relating Records with Joins/46 - Another Quick Join.mp4 9MB
  221. 17 - How to Build a Mention System/159 - Adding Captions and Locations.mp4 9MB
  222. 29 - Optimizing Queries with Materialized Views/221 - Materialized Views.mp4 8MB
  223. 3 - Working with Tables/36 - Foreign Key Creation Solution.mp4 8MB
  224. 3 - Working with Tables/35 - Exercise Overview.mp4 8MB
  225. 13 - PostgreSQL Complex Datatypes/132 - Boolean Data Types.mp4 8MB
  226. 6 - Working with Large Datasets/77 - Investigating This Dataset.mp4 8MB
  227. 6 - Working with Large Datasets/79 - Group By Review Solution.mp4 8MB
  228. 5 - Aggregation of Records/61 - Aggregating and Grouping.mp4 8MB
  229. 1 - Simple But Powerful SQL Statements/2 - diagrams.zip 8MB
  230. 4 - Relating Records with Joins/60 - Exercise Solution.mp4 8MB
  231. 36 - Fast Parallel Testing/273 - A Note on Testing.mp4 8MB
  232. 30 - Handling Concurrency and Reversibility with Transactions/230 - Closing Aborted Transactions.mp4 7MB
  233. 5 - Aggregation of Records/75 - A Quick Solution.mp4 7MB
  234. 20 - Implementing Database Design Patterns/172 - Comments Creation.mp4 7MB
  235. 21 - Approaching and Writing Complex Queries/179 - Highest User IDs Exercise.mp4 7MB
  236. 5 - Aggregation of Records/72 - Having In Action.mp4 7MB
  237. 20 - Implementing Database Design Patterns/169 - Back to Postgres.mp4 7MB
  238. 7 - Sorting Records/82 - The Basics of Sorting.mp4 7MB
  239. 21 - Approaching and Writing Complex Queries/184 - Solution for Likes Per User.mp4 7MB
  240. 23 - A Look at Indexes for Performance/196 - Index Types.mp4 6MB
  241. 16 - How to Build a Like System/153 - Making a Reaction System Instead.mp4 6MB
  242. 9 - Assembling Queries with SubQueries/107 - Exercise Solution.mp4 6MB
  243. 1 - Simple But Powerful SQL Statements/8 - Retrieving Data with Select.mp4 6MB
  244. 2 - Filtering Records/21 - Solving Calculations.mp4 6MB
  245. 33 - Accessing PostgreSQL From APIs/259 - Query and Close.mp4 6MB
  246. 11 - Utility Operators Keywords and Functions/122 - And the Least Value in a List.mp4 6MB
  247. 5 - Aggregation of Records/65 - A Gotcha with Count.mp4 5MB
  248. 30 - Handling Concurrency and Reversibility with Transactions/227 - Some Sample Data.mp4 5MB
  249. 4 - Relating Records with Joins/48 - A Joinful Solution.mp4 5MB
  250. 2 - Filtering Records/19 - A Where With Lists Solution.mp4 5MB
  251. 2 - Filtering Records/24 - A Solution for Updating Rows.mp4 5MB
  252. 4 - Relating Records with Joins/47 - Exercise Overview.mp4 5MB
  253. 21 - Approaching and Writing Complex Queries/181 - Posts by a Particular User.mp4 5MB
  254. 8 - Unions and Intersections with Sets/92 - Exercise Solution.mp4 5MB
  255. 2 - Filtering Records/20 - Calculations in Where Clauses.mp4 5MB
  256. 21 - Approaching and Writing Complex Queries/180 - Solution for User IDs.mp4 5MB
  257. 6 - Working with Large Datasets/81 - Of Course You Remember.mp4 4MB
  258. 9 - Assembling Queries with SubQueries/112 - A Quick Solution.mp4 4MB
  259. 8 - Unions and Intersections with Sets/91 - Union Exercise Overview.mp4 4MB
  260. 2 - Filtering Records/25 - Solution for Deleting Rows.mp4 4MB
  261. 9 - Assembling Queries with SubQueries/97 - Select Solution.mp4 4MB
  262. 5 - Aggregation of Records/70 - Solution.mp4 4MB
  263. 21 - Approaching and Writing Complex Queries/183 - Likes Per User.mp4 4MB
  264. 9 - Assembling Queries with SubQueries/117 - Exercise Solution.mp4 4MB
  265. 9 - Assembling Queries with SubQueries/101 - Exercise Overview.mp4 3MB
  266. 7 - Sorting Records/86 - Exercise Solution.mp4 3MB
  267. 5 - Aggregation of Records/68 - Grouping Solution.mp4 3MB
  268. 6 - Working with Large Datasets/78 - Some Group By Practice.mp4 3MB
  269. 9 - Assembling Queries with SubQueries/96 - Exercise Overview.mp4 3MB
  270. 9 - Assembling Queries with SubQueries/106 - Exercise Overview.mp4 3MB
  271. 33 - Accessing PostgreSQL From APIs/253 - Section Goal.mp4 3MB
  272. 2 - Filtering Records/17 - A Where Solution.mp4 3MB
  273. 4 - Relating Records with Joins/55 - Exercise Overview.mp4 2MB
  274. 33 - Accessing PostgreSQL From APIs/254 - Initial Setup.mp4 2MB
  275. 9 - Assembling Queries with SubQueries/116 - Exercise Overview.mp4 2MB
  276. 10 - Selecting Distinct Records/120 - A Distinct Solution.mp4 2MB
  277. 5 - Aggregation of Records/69 - Adding a Layer of Difficulty.mp4 2MB
  278. 2 - Filtering Records/16 - A Where Exercise Overview.mp4 2MB
  279. 5 - Aggregation of Records/67 - Exercise Overview.mp4 2MB
  280. 10 - Selecting Distinct Records/119 - Exercise Overview.mp4 1MB
  281. 9 - Assembling Queries with SubQueries/111 - Exercise Overview.mp4 1MB
  282. 7 - Sorting Records/85 - Exercise Overview.mp4 1MB
  283. 4 - Relating Records with Joins/52 - 009-joins-cheatsheet.pdf 191KB
  284. 36 - Fast Parallel Testing/288 - 037-access.zip 67KB
  285. 36 - Fast Parallel Testing/287 - 036-access.zip 66KB
  286. 36 - Fast Parallel Testing/286 - 035-access.zip 66KB
  287. 36 - Fast Parallel Testing/285 - 034-access.zip 66KB
  288. 36 - Fast Parallel Testing/279 - 028-access.zip 66KB
  289. 36 - Fast Parallel Testing/278 - 027-access.zip 65KB
  290. 36 - Fast Parallel Testing/277 - 026-access.zip 65KB
  291. 36 - Fast Parallel Testing/276 - 025-access.zip 65KB
  292. 36 - Fast Parallel Testing/275 - 024-access.zip 65KB
  293. 35 - Security Around PostgreSQL/272 - 021-access.zip 64KB
  294. 35 - Security Around PostgreSQL/270 - 019-access.zip 64KB
  295. 34 - Data Access Pattern Repositories/261 - 010-access.zip 63KB
  296. 33 - Accessing PostgreSQL From APIs/259 - 008-access.zip 62KB
  297. 33 - Accessing PostgreSQL From APIs/256 - 005-access-social-repo.zip 61KB
  298. 22 - Understanding the Internals of PostgreSQL/189 - Heap File Layout English.srt 50KB
  299. 23 - A Look at Indexes for Performance/198 - Behind the Scenes of Indexes English.srt 49KB
  300. 31 - Managing Database Design with Schema Migrations/231 - A Story on Migrations English.srt 28KB
  301. 9 - Assembling Queries with SubQueries/113 - Probably Too Much About Correlated Subqueries English.srt 25KB
  302. 32 - Schema vs Data Migrations/248 - Transaction Locks English.srt 22KB
  303. 20 - Implementing Database Design Patterns/170 - Creating Tables with Checks English.srt 21KB
  304. 32 - Schema vs Data Migrations/244 - A Small Web Server English.srt 21KB
  305. 25 - Advanced Query Tuning/202 - Developing an Intuitive Understanding of Cost English.srt 20KB
  306. 36 - Fast Parallel Testing/285 - Programmatic Schema Creation English.srt 18KB
  307. 6 - Working with Large Datasets/76 - A New Dataset.html 18KB
  308. 6 - Working with Large Datasets/77 - 001-sq-data.sql 16KB
  309. 27 - Recursive Common Table Expressions/212 - Recursive CTEs Step by Step English.srt 16KB
  310. 30 - Handling Concurrency and Reversibility with Transactions/228 - Opening and Closing Transactions English.srt 15KB
  311. 27 - Recursive Common Table Expressions/215 - Walking Through Recursion English.srt 15KB
  312. 4 - Relating Records with Joins/52 - Four Kinds of Joins English.srt 15KB
  313. 13 - PostgreSQL Complex Datatypes/130 - More on Number Data Types English.srt 15KB
  314. 32 - Schema vs Data Migrations/241 - Dangers Around Data Migrations English.srt 15KB
  315. 24 - Basic Query Tuning/201 - Solving an Explain Mystery English.srt 14KB
  316. 29 - Optimizing Queries with Materialized Views/224 - Writing a Slow Query English.srt 14KB
  317. 9 - Assembling Queries with SubQueries/100 - Example of a Subquery in a From English.srt 14KB
  318. 9 - Assembling Queries with SubQueries/104 - More Useful Subqueries with Where English.srt 14KB
  319. 9 - Assembling Queries with SubQueries/114 - More on Correlated Subqueries English.srt 13KB
  320. 3 - Working with Tables/31 - Understanding Foreign Keys English.srt 13KB
  321. 35 - Security Around PostgreSQL/267 - Handling SQL Injection with Prepared Statements English.srt 13KB
  322. 25 - Advanced Query Tuning/207 - Use My Index English.srt 13KB
  323. 20 - Implementing Database Design Patterns/171 - Posts Creation English.srt 13KB
  324. 17 - How to Build a Mention System/160 - Photo Mentions vs Caption Mentions English.srt 13KB
  325. 34 - Data Access Pattern Repositories/261 - Creating a Repository English.srt 13KB
  326. 23 - A Look at Indexes for Performance/192 - How an Index Works English.srt 12KB
  327. 4 - Relating Records with Joins/58 - Three Way Joins English.srt 12KB
  328. 3 - Working with Tables/27 - Approaching Database Design English.srt 12KB
  329. 9 - Assembling Queries with SubQueries/98 - Subqueries in a From English.srt 12KB
  330. 18 - How to Build a Hashtag System/163 - Designing a Hashtag System English.srt 12KB
  331. 27 - Recursive Common Table Expressions/214 - Writing the Query English.srt 12KB
  332. 4 - Relating Records with Joins/45 - Joining Data from Different Tables English.srt 12KB
  333. 15 - Database Structure Design Patterns/147 - A Configbased Schema Designer English.srt 12KB
  334. 17 - How to Build a Mention System/161 - Considerations on Photo Tags vs Caption Tags English.srt 12KB
  335. 35 - Security Around PostgreSQL/268 - Preventing SQL Injection English.srt 12KB
  336. 14 - DatabaseSide Validation and Constraints/136 - Creating and Viewing Tables in PGAdmin English.srt 12KB
  337. 25 - Advanced Query Tuning/204 - A Touch More on Costs English.srt 11KB
  338. 31 - Managing Database Design with Schema Migrations/238 - Applying and Reverting Migrations English.srt 11KB
  339. 16 - How to Build a Like System/155 - Polymorphic Association Alternative Implementation English.srt 11KB
  340. 35 - Security Around PostgreSQL/266 - SQL Injection Exploits English.srt 11KB
  341. 33 - Accessing PostgreSQL From APIs/258 - Validating Connection Credentials English.srt 11KB
  342. 15 - Database Structure Design Patterns/149 - Rebuilding Some Schema English.srt 11KB
  343. 33 - Accessing PostgreSQL From APIs/257 - Understanding Connection Pools English.srt 11KB
  344. 36 - Fast Parallel Testing/274 - Assertions Around User Count English.srt 11KB
  345. 31 - Managing Database Design with Schema Migrations/237 - Generating and Writing Migrations English.srt 11KB
  346. 5 - Aggregation of Records/73 - More on Having English.srt 10KB
  347. 7 - Sorting Records/84 - Offset and Limit English.srt 10KB
  348. 3 - Working with Tables/34 - Running Queries on Associated Data English.srt 10KB
  349. 4 - Relating Records with Joins/57 - Where with Join English.srt 10KB
  350. 14 - DatabaseSide Validation and Constraints/137 - Applying a Null Constraint English.srt 10KB
  351. 25 - Advanced Query Tuning/203 - Calculating Cost by Hand English.srt 10KB
  352. 3 - Working with Tables/28 - OnetoMany and ManytoOne Relationships English.srt 10KB
  353. 17 - How to Build a Mention System/158 - Additional Features Around Posts English.srt 10KB
  354. 29 - Optimizing Queries with Materialized Views/225 - Creating and Refreshing Materialized Views English.srt 10KB
  355. 20 - Implementing Database Design Patterns/173 - Likes Creation English.srt 10KB
  356. 12 - Local PostgreSQL Installation/124 - PostgreSQL Installation on macOS English.srt 10KB
  357. 15 - Database Structure Design Patterns/146 - Using a SQL Design Tool English.srt 10KB
  358. 1 - Simple But Powerful SQL Statements/12 - String Operators and Functions English.srt 10KB
  359. 14 - DatabaseSide Validation and Constraints/144 - So Where Are We Applying Validation English.srt 10KB
  360. 28 - Simplifying Queries with Views/216 - Most Popular Users English.srt 10KB
  361. 18 - How to Build a Hashtag System/166 - A Few More User Columns English.srt 10KB
  362. 4 - Relating Records with Joins/50 - Missing Data in Joins English.srt 10KB
  363. 9 - Assembling Queries with SubQueries/109 - A New Where Operator English.srt 10KB
  364. 16 - How to Build a Like System/154 - Polymorphic Associations English.srt 10KB
  365. 34 - Data Access Pattern Repositories/264 - Fixing Casing English.srt 10KB
  366. 8 - Unions and Intersections with Sets/90 - Removing Commonalities with Except English.srt 9KB
  367. 4 - Relating Records with Joins/49 - Alternate Forms of Syntax English.srt 9KB
  368. 19 - How to Design a Follower System/168 - Designing a Follower System English.srt 9KB
  369. 25 - Advanced Query Tuning/205 - Startup vs Total Costs English.srt 9KB
  370. 20 - Implementing Database Design Patterns/175 - Creating Hashtags Hashtag Posts and Followers English.srt 9KB
  371. 13 - PostgreSQL Complex Datatypes/134 - Really Awesome Intervals English.srt 9KB
  372. 9 - Assembling Queries with SubQueries/105 - Data Structure with Where Subqueries English.srt 9KB
  373. 3 - Working with Tables/32 - AutoGenerated IDs English.srt 9KB
  374. 9 - Assembling Queries with SubQueries/93 - Whats a Subquery English.srt 9KB
  375. 32 - Schema vs Data Migrations/242 - Properly Running Data and Schema Migrations English.srt 9KB
  376. 14 - DatabaseSide Validation and Constraints/140 - Applying a Unique Constraint to One column English.srt 9KB
  377. 22 - Understanding the Internals of PostgreSQL/186 - Where Does Postgres Store Data English.srt 9KB
  378. 8 - Unions and Intersections with Sets/87 - Handling Sets with Union English.srt 9KB
  379. 36 - Fast Parallel Testing/282 - Controlling Schema Access with Search Paths English.srt 9KB
  380. 3 - Working with Tables/37 - Foreign Key Constraints Around Insertion English.srt 9KB
  381. 3 - Working with Tables/29 - OnetoOne and ManytoMany Relationships English.srt 9KB
  382. 23 - A Look at Indexes for Performance/194 - Benchmarking Queries English.srt 9KB
  383. 9 - Assembling Queries with SubQueries/95 - Subqueries in a Select English.srt 9KB
  384. 28 - Simplifying Queries with Views/218 - Creating a View English.srt 9KB
  385. 13 - PostgreSQL Complex Datatypes/133 - Times Dates and Timestamps English.srt 8KB
  386. 24 - Basic Query Tuning/200 - Explain and Explain Analyze English.srt 8KB
  387. 5 - Aggregation of Records/62 - Picturing Group By English.srt 8KB
  388. 16 - How to Build a Like System/152 - Designing a Like System English.srt 8KB
  389. 20 - Implementing Database Design Patterns/174 - Photo Tags and Caption Tags English.srt 8KB
  390. 9 - Assembling Queries with SubQueries/110 - Finally Some English.srt 8KB
  391. 36 - Fast Parallel Testing/278 - Assumptions Around Content English.srt 8KB
  392. 23 - A Look at Indexes for Performance/195 - Downsides of Indexes English.srt 8KB
  393. 36 - Fast Parallel Testing/275 - Connecting to a DB For Tests English.srt 8KB
  394. 36 - Fast Parallel Testing/288 - Cleaning up Schemas and Roles English.srt 8KB
  395. 1 - Simple But Powerful SQL Statements/4 - Database Design English.srt 8KB
  396. 34 - Data Access Pattern Repositories/265 - Finding Particular Users English.srt 8KB
  397. 24 - Basic Query Tuning/199 - The Query Processing Pipeline English.srt 8KB
  398. 36 - Fast Parallel Testing/281 - Creating and Accessing Schemas English.srt 8KB
  399. 36 - Fast Parallel Testing/287 - Test Helpers English.srt 8KB
  400. 36 - Fast Parallel Testing/279 - Issues with Parallel Tests English.srt 8KB
  401. 3 - Working with Tables/30 - Primary Keys and Foreign Keys English.srt 8KB
  402. 31 - Managing Database Design with Schema Migrations/234 - A Few Notes on Migrations Libraries English.srt 8KB
  403. 27 - Recursive Common Table Expressions/213 - Why Use Recursive CTEs English.srt 8KB
  404. 5 - Aggregation of Records/71 - Filtering Groups with Having English.srt 8KB
  405. 12 - Local PostgreSQL Installation/125 - PGAdmin Setup on macOS English.srt 8KB
  406. 16 - How to Build a Like System/150 - Requirements of a Like System English.srt 8KB
  407. 1 - Simple But Powerful SQL Statements/5 - Creating Tables English.srt 8KB
  408. 4 - Relating Records with Joins/59 - A Bit of Practice English.srt 8KB
  409. 3 - Working with Tables/38 - Constraints Around Deletion English.srt 8KB
  410. 4 - Relating Records with Joins/43 - Adding Some Data.html 8KB
  411. 14 - DatabaseSide Validation and Constraints/143 - Checks Over Multiple Columns English.srt 8KB
  412. 2 - Filtering Records/15 - Compound Where Clauses English.srt 8KB
  413. 1 - Simple But Powerful SQL Statements/7 - Inserting Data Into a Table English.srt 8KB
  414. 4 - Relating Records with Joins/53 - 010-sql-cumulative.sql 8KB
  415. 9 - Assembling Queries with SubQueries/94 - Thinking About the Structure of Data English.srt 8KB
  416. 4 - Relating Records with Joins/50 - 007-joins-cumulative.sql 8KB
  417. 13 - PostgreSQL Complex Datatypes/131 - Reminder on Character Types English.srt 8KB
  418. 31 - Managing Database Design with Schema Migrations/232 - Migration Files English.srt 8KB
  419. 36 - Fast Parallel Testing/277 - MultiDB Setup English.srt 8KB
  420. 3 - Working with Tables/33 - Creating Foreign Key Columns English.srt 7KB
  421. 1 - Simple But Powerful SQL Statements/3 - What is PostgreSQL All About English.srt 7KB
  422. 17 - How to Build a Mention System/162 - Update For Tags English.srt 7KB
  423. 1 - Simple But Powerful SQL Statements/9 - Calculated Columns English.srt 7KB
  424. 33 - Accessing PostgreSQL From APIs/255 - One Fast Migration English.srt 7KB
  425. 5 - Aggregation of Records/64 - Combining Group By and Aggregates English.srt 7KB
  426. 36 - Fast Parallel Testing/284 - Strategy for Isolation English.srt 7KB
  427. 13 - PostgreSQL Complex Datatypes/128 - Data Types English.srt 7KB
  428. 34 - Data Access Pattern Repositories/263 - Casing Issues English.srt 7KB
  429. 16 - How to Build a Like System/157 - So Which Approach English.srt 7KB
  430. 21 - Approaching and Writing Complex Queries/178 - Restoring from Scratch English.srt 7KB
  431. 22 - Understanding the Internals of PostgreSQL/188 - Block Data Layout English.srt 7KB
  432. 29 - Optimizing Queries with Materialized Views/223 - Reminder on Left Joins English.srt 7KB
  433. 32 - Schema vs Data Migrations/243 - Creating a Posts Table English.srt 7KB
  434. 14 - DatabaseSide Validation and Constraints/135 - Thinking About Validation English.srt 7KB
  435. 9 - Assembling Queries with SubQueries/103 - Subqueries in a Join Clause English.srt 7KB
  436. 35 - Security Around PostgreSQL/271 - Handling Updates English.srt 7KB
  437. 33 - Accessing PostgreSQL From APIs/256 - Building the Users Router English.srt 7KB
  438. 3 - Working with Tables/40 - Testing Deletion Constraints English.srt 7KB
  439. 11 - Utility Operators Keywords and Functions/123 - The Case Keyword English.srt 7KB
  440. 21 - Approaching and Writing Complex Queries/177 - Adding Some Data English.srt 7KB
  441. 32 - Schema vs Data Migrations/251 - Updating the App Server English.srt 7KB
  442. 12 - Local PostgreSQL Installation/126 - Postgres installation on Windows English.srt 7KB
  443. 36 - Fast Parallel Testing/283 - Routing Schema Access English.srt 7KB
  444. 36 - Fast Parallel Testing/280 - Isolation with Schemas English.srt 7KB
  445. 13 - PostgreSQL Complex Datatypes/127 - Whatd We Just Do English.srt 7KB
  446. 23 - A Look at Indexes for Performance/190 - Full Table Scans English.srt 7KB
  447. 10 - Selecting Distinct Records/118 - Selecting Distinct Values English.srt 7KB
  448. 32 - Schema vs Data Migrations/247 - Writing Values to Both Columns English.srt 6KB
  449. 14 - DatabaseSide Validation and Constraints/138 - Solving a Gotcha with Null Constraints English.srt 6KB
  450. 2 - Filtering Records/22 - Updating Rows English.srt 6KB
  451. 9 - Assembling Queries with SubQueries/108 - The Not In Operator with a List English.srt 6KB
  452. 32 - Schema vs Data Migrations/249 - Updating Values English.srt 6KB
  453. 4 - Relating Records with Joins/54 - Does Order Matter English.srt 6KB
  454. 34 - Data Access Pattern Repositories/262 - Accessing the API English.srt 6KB
  455. 30 - Handling Concurrency and Reversibility with Transactions/226 - What are Transactions Used For English.srt 6KB
  456. 36 - Fast Parallel Testing/286 - Escaping Identifiers English.srt 6KB
  457. 32 - Schema vs Data Migrations/240 - Schema vs Data Migrations English.srt 6KB
  458. 29 - Optimizing Queries with Materialized Views/222 - Grouping by Week English.srt 6KB
  459. 35 - Security Around PostgreSQL/272 - And Finally Delete English.srt 6KB
  460. 4 - Relating Records with Joins/53 - Each Join in Practice English.srt 6KB
  461. 35 - Security Around PostgreSQL/270 - Inserting Users English.srt 6KB
  462. 23 - A Look at Indexes for Performance/193 - Creating an Index English.srt 6KB
  463. 28 - Simplifying Queries with Views/217 - A Possible Solution for Merging Tables English.srt 6KB
  464. 30 - Handling Concurrency and Reversibility with Transactions/229 - Transaction Cleanup on Crash English.srt 6KB
  465. 14 - DatabaseSide Validation and Constraints/142 - Adding a Validation Check English.srt 6KB
  466. 16 - How to Build a Like System/156 - The Simplest Alternative English.srt 6KB
  467. 32 - Schema vs Data Migrations/246 - Adding the Loc Column English.srt 6KB
  468. 18 - How to Build a Hashtag System/167 - Why No Number of Followers or Posts English.srt 6KB
  469. 18 - How to Build a Hashtag System/165 - Including the Hashtag Table English.srt 6KB
  470. 18 - How to Build a Hashtag System/164 - Tables for Hashtags English.srt 6KB
  471. 26 - Simple Common Table Expressions/210 - So Whats a CTE English.srt 6KB
  472. 22 - Understanding the Internals of PostgreSQL/187 - Heaps Blocks and Tuples English.srt 6KB
  473. 2 - Filtering Records/13 - Filtering Rows with Where English.srt 6KB
  474. 23 - A Look at Indexes for Performance/197 - Automatically Generated Indexes English.srt 6KB
  475. 34 - Data Access Pattern Repositories/260 - The Repository Pattern English.srt 6KB
  476. 8 - Unions and Intersections with Sets/88 - A Few Notes on Union English.srt 6KB
  477. 26 - Simple Common Table Expressions/209 - A Quick Solution English.srt 6KB
  478. 1 - Simple But Powerful SQL Statements/6 - Analyzing CREATE TABLE English.srt 6KB
  479. 5 - Aggregation of Records/74 - A Having Exercise Overview English.srt 6KB
  480. 15 - Database Structure Design Patterns/145 - Approaching More Complicated Designs English.srt 6KB
  481. 14 - DatabaseSide Validation and Constraints/139 - Default Column Values English.srt 5KB
  482. 9 - Assembling Queries with SubQueries/115 - A Select Without a From English.srt 5KB
  483. 36 - Fast Parallel Testing/289 - Finally Parallel Tests Final Lecture English.srt 5KB
  484. 14 - DatabaseSide Validation and Constraints/141 - MultiColumn Uniqueness English.srt 5KB
  485. 4 - Relating Records with Joins/44 - Queries with Joins and Aggregations English.srt 5KB
  486. 31 - Managing Database Design with Schema Migrations/239 - Generating and Applying a Second Migration English.srt 5KB
  487. 11 - Utility Operators Keywords and Functions/121 - The Greatest Value in a List English.srt 5KB
  488. 27 - Recursive Common Table Expressions/211 - Recursive CTEs English.srt 5KB
  489. 8 - Unions and Intersections with Sets/89 - Commonalities with Intersect English.srt 5KB
  490. 2 - Filtering Records/23 - Deleting Rows English.srt 5KB
  491. 28 - Simplifying Queries with Views/219 - When to Use a View English.srt 5KB
  492. 36 - Fast Parallel Testing/273 - A Note on Testing English.srt 5KB
  493. 16 - How to Build a Like System/151 - How Not to Design a Like System English.srt 5KB
  494. 32 - Schema vs Data Migrations/252 - Dropping the Last Columns English.srt 5KB
  495. 3 - Working with Tables/42 - Adding Some Complexity English.srt 5KB
  496. 4 - Relating Records with Joins/56 - Two Possible Solutions English.srt 5KB
  497. 36 - Fast Parallel Testing/276 - Disconnecting After Tests English.srt 5KB
  498. 5 - Aggregation of Records/66 - Visualizing More Grouping English.srt 5KB
  499. 5 - Aggregation of Records/63 - Aggregate Functions English.srt 5KB
  500. 31 - Managing Database Design with Schema Migrations/236 - Project Creation English.srt 5KB
  501. 31 - Managing Database Design with Schema Migrations/233 - Issues Solved by Migrations English.srt 5KB
  502. 3 - Working with Tables/41 - Setting Foreign Keys to Null on Delete English.srt 4KB
  503. 9 - Assembling Queries with SubQueries/99 - From Subqueries that Return a Value English.srt 4KB
  504. 15 - Database Structure Design Patterns/148 - Heres the Plan English.srt 4KB
  505. 35 - Security Around PostgreSQL/269 - Reminder on Post Requests English.srt 4KB
  506. 5 - Aggregation of Records/65 - A Gotcha with Count English.srt 4KB
  507. 7 - Sorting Records/83 - Two Variations on Sorting English.srt 4KB
  508. 6 - Working with Large Datasets/77 - Investigating This Dataset English.srt 4KB
  509. 23 - A Look at Indexes for Performance/191 - Whats an Index English.srt 4KB
  510. 4 - Relating Records with Joins/60 - Exercise Solution English.srt 4KB
  511. 5 - Aggregation of Records/72 - Having In Action English.srt 4KB
  512. 13 - PostgreSQL Complex Datatypes/132 - Boolean Data Types English.srt 4KB
  513. 29 - Optimizing Queries with Materialized Views/221 - Materialized Views English.srt 4KB
  514. 2 - Filtering Records/14 - More on the Where Keyword English.srt 4KB
  515. 5 - Aggregation of Records/75 - A Quick Solution English.srt 4KB
  516. 4 - Relating Records with Joins/51 - Why Wasnt It Included English.srt 4KB
  517. 28 - Simplifying Queries with Views/220 - Deleting and Changing Views English.srt 4KB
  518. 22 - Understanding the Internals of PostgreSQL/185 - Thinking About Performance English.srt 4KB
  519. 7 - Sorting Records/82 - The Basics of Sorting English.srt 4KB
  520. 13 - PostgreSQL Complex Datatypes/129 - Fast Rules on Numeric Data Types English.srt 4KB
  521. 5 - Aggregation of Records/61 - Aggregating and Grouping English.srt 4KB
  522. 6 - Working with Large Datasets/80 - Remember Joins English.srt 4KB
  523. 6 - Working with Large Datasets/79 - Group By Review Solution English.srt 4KB
  524. 20 - Implementing Database Design Patterns/172 - Comments Creation English.srt 3KB
  525. 3 - Working with Tables/35 - Exercise Overview English.srt 3KB
  526. 37 - Bonus/290 - Bonus.html 3KB
  527. 1 - Simple But Powerful SQL Statements/8 - Retrieving Data with Select English.srt 3KB
  528. 20 - Implementing Database Design Patterns/169 - Back to Postgres English.srt 3KB
  529. 4 - Relating Records with Joins/46 - Another Quick Join English.srt 3KB
  530. 30 - Handling Concurrency and Reversibility with Transactions/227 - Some Sample Data English.srt 3KB
  531. 25 - Advanced Query Tuning/206 - Costs Flow Up English.srt 3KB
  532. 33 - Accessing PostgreSQL From APIs/259 - Query and Close English.srt 3KB
  533. 21 - Approaching and Writing Complex Queries/179 - Highest User IDs Exercise English.srt 3KB
  534. 9 - Assembling Queries with SubQueries/107 - Exercise Solution English.srt 3KB
  535. 2 - Filtering Records/20 - Calculations in Where Clauses English.srt 3KB
  536. 2 - Filtering Records/21 - Solving Calculations English.srt 3KB
  537. 11 - Utility Operators Keywords and Functions/122 - And the Least Value in a List English.srt 3KB
  538. 3 - Working with Tables/36 - Foreign Key Creation Solution English.srt 3KB
  539. 26 - Simple Common Table Expressions/208 - Common Table Expressions English.srt 3KB
  540. 9 - Assembling Queries with SubQueries/102 - Exercise Solution English.srt 3KB
  541. 20 - Implementing Database Design Patterns/175 - 007-db.sql 3KB
  542. 21 - Approaching and Writing Complex Queries/182 - Solving for Posts by User English.srt 3KB
  543. 3 - Working with Tables/26 - The Plan Moving Forward English.srt 3KB
  544. 30 - Handling Concurrency and Reversibility with Transactions/230 - Closing Aborted Transactions English.srt 3KB
  545. 17 - How to Build a Mention System/159 - Adding Captions and Locations English.srt 3KB
  546. 23 - A Look at Indexes for Performance/196 - Index Types English.srt 3KB
  547. 4 - Relating Records with Joins/48 - A Joinful Solution English.srt 3KB
  548. 16 - How to Build a Like System/153 - Making a Reaction System Instead English.srt 3KB
  549. 33 - Accessing PostgreSQL From APIs/254 - Initial Setup English.srt 3KB
  550. 21 - Approaching and Writing Complex Queries/184 - Solution for Likes Per User English.srt 2KB
  551. 9 - Assembling Queries with SubQueries/112 - A Quick Solution English.srt 2KB
  552. 2 - Filtering Records/19 - A Where With Lists Solution English.srt 2KB
  553. 8 - Unions and Intersections with Sets/91 - Union Exercise Overview English.srt 2KB
  554. 2 - Filtering Records/24 - A Solution for Updating Rows English.srt 2KB
  555. 5 - Aggregation of Records/70 - Solution English.srt 2KB
  556. 20 - Implementing Database Design Patterns/174 - 006-db.sql 2KB
  557. 5 - Aggregation of Records/68 - Grouping Solution English.srt 2KB
  558. 6 - Working with Large Datasets/81 - Of Course You Remember English.srt 2KB
  559. 8 - Unions and Intersections with Sets/92 - Exercise Solution English.srt 2KB
  560. 7 - Sorting Records/86 - Exercise Solution English.srt 2KB
  561. 6 - Working with Large Datasets/78 - Some Group By Practice English.srt 2KB
  562. 2 - Filtering Records/25 - Solution for Deleting Rows English.srt 2KB
  563. 9 - Assembling Queries with SubQueries/101 - Exercise Overview English.srt 2KB
  564. 21 - Approaching and Writing Complex Queries/180 - Solution for User IDs English.srt 2KB
  565. 9 - Assembling Queries with SubQueries/97 - Select Solution English.srt 2KB
  566. 4 - Relating Records with Joins/47 - Exercise Overview English.srt 2KB
  567. 21 - Approaching and Writing Complex Queries/181 - Posts by a Particular User English.srt 2KB
  568. 9 - Assembling Queries with SubQueries/117 - Exercise Solution English.srt 2KB
  569. 9 - Assembling Queries with SubQueries/96 - Exercise Overview English.srt 2KB
  570. 1 - Simple But Powerful SQL Statements/11 - Exercise Solution English.srt 2KB
  571. 9 - Assembling Queries with SubQueries/106 - Exercise Overview English.srt 2KB
  572. 1 - Simple But Powerful SQL Statements/10 - Calculating Phone Revenue English.srt 2KB
  573. 20 - Implementing Database Design Patterns/173 - 005-db.sql 2KB
  574. 33 - Accessing PostgreSQL From APIs/253 - Section Goal English.srt 2KB
  575. 4 - Relating Records with Joins/55 - Exercise Overview English.srt 1KB
  576. 2 - Filtering Records/17 - A Where Solution English.srt 1KB
  577. 21 - Approaching and Writing Complex Queries/183 - Likes Per User English.srt 1KB
  578. 32 - Schema vs Data Migrations/244 - 005-index.js 1KB
  579. 3 - Working with Tables/41 - 015-tables-cumulative.sql 1KB
  580. 1 - Simple But Powerful SQL Statements/2 - Course Resources.html 1KB
  581. 9 - Assembling Queries with SubQueries/116 - Exercise Overview English.srt 1KB
  582. 5 - Aggregation of Records/67 - Exercise Overview English.srt 1KB
  583. 5 - Aggregation of Records/69 - Adding a Layer of Difficulty English.srt 1KB
  584. 20 - Implementing Database Design Patterns/172 - 004-db.sql 1KB
  585. 2 - Filtering Records/18 - Where With Lists English.srt 1KB
  586. 32 - Schema vs Data Migrations/245 - Web Server Setup Instructions.html 1KB
  587. 3 - Working with Tables/40 - 014-tables-cumulative.sql 994B
  588. 2 - Filtering Records/16 - A Where Exercise Overview English.srt 992B
  589. 10 - Selecting Distinct Records/120 - A Distinct Solution English.srt 964B
  590. 32 - Schema vs Data Migrations/250 - Migrations Setup Instructions.html 925B
  591. 10 - Selecting Distinct Records/119 - Exercise Overview English.srt 906B
  592. 20 - Implementing Database Design Patterns/171 - 003-db.sql 791B
  593. 9 - Assembling Queries with SubQueries/111 - Exercise Overview English.srt 767B
  594. 7 - Sorting Records/85 - Exercise Overview English.srt 716B
  595. 3 - Working with Tables/39 - Commands Youll Need for the Next Video.html 691B
  596. 3 - Working with Tables/37 - 012-tables-cumulative.sql 600B
  597. 3 - Working with Tables/34 - 009-tables-cumulative.sql 536B
  598. 3 - Working with Tables/40 - 014-tables.sql 469B
  599. 15 - Database Structure Design Patterns/149 - 005-design.dbml 455B
  600. 1 - Simple But Powerful SQL Statements/12 - 012-sql.sql 404B
  601. 1 - Simple But Powerful SQL Statements/7 - 005-sql-cumulative.sql 384B
  602. 20 - Implementing Database Design Patterns/170 - 002-db.sql 375B
  603. 32 - Schema vs Data Migrations/250 - 01-lng-lat-to-loc.js 364B
  604. 3 - Working with Tables/33 - 008-tables-cumulative.sql 348B
  605. 3 - Working with Tables/41 - 015-tables.sql 340B
  606. 3 - Working with Tables/34 - 009-tables.sql 326B
  607. 1 - Simple But Powerful SQL Statements/1 - Join Our Community.html 318B
  608. 1 - Simple But Powerful SQL Statements/7 - 005-sql.sql 278B
  609. 31 - Managing Database Design with Schema Migrations/235 - A Note About Node Installation.html 264B
  610. 21 - Approaching and Writing Complex Queries/176 - Quick Note About Adding Some Data.html 251B
  611. 3 - Working with Tables/37 - 012-tables.sql 199B
  612. 3 - Working with Tables/33 - 008-tables.sql 197B
  613. 3 - Working with Tables/32 - 007-tables.sql 194B
  614. 3 - Working with Tables/32 - 007-tables-cumulative.sql 172B
  615. 0. Websites you may like/[FreeCourseSite.com].url 127B
  616. 7 - Sorting Records/0. Websites you may like/[FreeCourseSite.com].url 127B
  617. 0. Websites you may like/[CourseClub.Me].url 122B
  618. 7 - Sorting Records/0. Websites you may like/[CourseClub.Me].url 122B
  619. 1 - Simple But Powerful SQL Statements/5 - 003-sql.sql 104B
  620. 0. Websites you may like/[GigaCourse.Com].url 49B
  621. 7 - Sorting Records/0. Websites you may like/[GigaCourse.Com].url 49B
  622. 2 - Filtering Records/13 - 013-sql.sql 48B