zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[GigaCourse.Com] Udemy - SQL and PostgreSQL The Complete Developers Guide
magnet:?xt=urn:btih:544a0911c985f10fc0171663fe086177c3b67276&dn=[GigaCourse.Com] Udemy - SQL and PostgreSQL The Complete Developers Guide
磁力链接详情
Hash值:
544a0911c985f10fc0171663fe086177c3b67276
点击数:
141
文件大小:
8.03 GB
文件数量:
280
创建日期:
2023-11-25 00:02
最后访问:
2024-12-26 11:32
访问标签:
GigaCourse
Com
Udemy
-
SQL
and
PostgreSQL
The
Complete
Developers
Guide
文件列表详情
1 - Simple But Powerful SQL Statements/10 - Calculating Phone Revenue.mp4 37.26 MB
1 - Simple But Powerful SQL Statements/11 - Exercise Solution.mp4 27.92 MB
1 - Simple But Powerful SQL Statements/12 - String Operators and Functions.mp4 65.1 MB
1 - Simple But Powerful SQL Statements/3 - What is PostgreSQL All About.mp4 21.75 MB
1 - Simple But Powerful SQL Statements/4 - Database Design.mp4 35.37 MB
1 - Simple But Powerful SQL Statements/5 - Creating Tables.mp4 18.61 MB
1 - Simple But Powerful SQL Statements/6 - Analyzing CREATE TABLE.mp4 17.67 MB
1 - Simple But Powerful SQL Statements/7 - Inserting Data Into a Table.mp4 18.07 MB
1 - Simple But Powerful SQL Statements/8 - Retrieving Data with Select.mp4 6.02 MB
1 - Simple But Powerful SQL Statements/9 - Calculated Columns.mp4 15.22 MB
10 - Selecting Distinct Records/118 - Selecting Distinct Values.mp4 12.46 MB
10 - Selecting Distinct Records/119 - Exercise Overview.mp4 1.3 MB
10 - Selecting Distinct Records/120 - A Distinct Solution.mp4 1.9 MB
11 - Utility Operators Keywords and Functions/121 - The Greatest Value in a List.mp4 11.77 MB
11 - Utility Operators Keywords and Functions/122 - And the Least Value in a List.mp4 5.55 MB
11 - Utility Operators Keywords and Functions/123 - The Case Keyword.mp4 19.04 MB
12 - Local PostgreSQL Installation/124 - PostgreSQL Installation on macOS.mp4 21.13 MB
12 - Local PostgreSQL Installation/125 - PGAdmin Setup on macOS.mp4 36.92 MB
12 - Local PostgreSQL Installation/126 - Postgres installation on Windows.mp4 23.31 MB
13 - PostgreSQL Complex Datatypes/127 - Whatd We Just Do.mp4 19.32 MB
13 - PostgreSQL Complex Datatypes/128 - Data Types.mp4 30.53 MB
13 - PostgreSQL Complex Datatypes/129 - Fast Rules on Numeric Data Types.mp4 18.9 MB
13 - PostgreSQL Complex Datatypes/130 - More on Number Data Types.mp4 48.14 MB
13 - PostgreSQL Complex Datatypes/131 - Reminder on Character Types.mp4 29.9 MB
13 - PostgreSQL Complex Datatypes/132 - Boolean Data Types.mp4 8.2 MB
13 - PostgreSQL Complex Datatypes/133 - Times Dates and Timestamps.mp4 21.27 MB
13 - PostgreSQL Complex Datatypes/134 - Really Awesome Intervals.mp4 19.5 MB
14 - DatabaseSide Validation and Constraints/135 - Thinking About Validation.mp4 34.64 MB
14 - DatabaseSide Validation and Constraints/136 - Creating and Viewing Tables in PGAdmin.mp4 28.09 MB
14 - DatabaseSide Validation and Constraints/137 - Applying a Null Constraint.mp4 21.08 MB
14 - DatabaseSide Validation and Constraints/138 - Solving a Gotcha with Null Constraints.mp4 13.72 MB
14 - DatabaseSide Validation and Constraints/139 - Default Column Values.mp4 22.47 MB
14 - DatabaseSide Validation and Constraints/140 - Applying a Unique Constraint to One column.mp4 43.13 MB
14 - DatabaseSide Validation and Constraints/141 - MultiColumn Uniqueness.mp4 30.06 MB
14 - DatabaseSide Validation and Constraints/142 - Adding a Validation Check.mp4 18.21 MB
14 - DatabaseSide Validation and Constraints/143 - Checks Over Multiple Columns.mp4 17.21 MB
14 - DatabaseSide Validation and Constraints/144 - So Where Are We Applying Validation.mp4 22.04 MB
15 - Database Structure Design Patterns/145 - Approaching More Complicated Designs.mp4 11.21 MB
15 - Database Structure Design Patterns/146 - Using a SQL Design Tool.mp4 47.29 MB
15 - Database Structure Design Patterns/147 - A Configbased Schema Designer.mp4 28.69 MB
15 - Database Structure Design Patterns/148 - Heres the Plan.mp4 9.63 MB
15 - Database Structure Design Patterns/149 - Rebuilding Some Schema.mp4 20.94 MB
16 - How to Build a Like System/150 - Requirements of a Like System.mp4 26.11 MB
16 - How to Build a Like System/151 - How Not to Design a Like System.mp4 16.22 MB
16 - How to Build a Like System/152 - Designing a Like System.mp4 26.14 MB
16 - How to Build a Like System/153 - Making a Reaction System Instead.mp4 6.39 MB
16 - How to Build a Like System/154 - Polymorphic Associations.mp4 52.6 MB
16 - How to Build a Like System/155 - Polymorphic Association Alternative Implementation.mp4 63.84 MB
16 - How to Build a Like System/156 - The Simplest Alternative.mp4 26.94 MB
16 - How to Build a Like System/157 - So Which Approach.mp4 16.02 MB
17 - How to Build a Mention System/158 - Additional Features Around Posts.mp4 95.79 MB
17 - How to Build a Mention System/159 - Adding Captions and Locations.mp4 8.53 MB
17 - How to Build a Mention System/160 - Photo Mentions vs Caption Mentions.mp4 73.41 MB
17 - How to Build a Mention System/161 - Considerations on Photo Tags vs Caption Tags.mp4 67.08 MB
17 - How to Build a Mention System/162 - Update For Tags.mp4 23.42 MB
18 - How to Build a Hashtag System/163 - Designing a Hashtag System.mp4 98.12 MB
18 - How to Build a Hashtag System/164 - Tables for Hashtags.mp4 14.45 MB
18 - How to Build a Hashtag System/165 - Including the Hashtag Table.mp4 18.04 MB
18 - How to Build a Hashtag System/166 - A Few More User Columns.mp4 27.66 MB
18 - How to Build a Hashtag System/167 - Why No Number of Followers or Posts.mp4 17.1 MB
19 - How to Design a Follower System/168 - Designing a Follower System.mp4 26.49 MB
2 - Filtering Records/13 - Filtering Rows with Where.mp4 12.26 MB
2 - Filtering Records/14 - More on the Where Keyword.mp4 9.45 MB
2 - Filtering Records/15 - Compound Where Clauses.mp4 18.98 MB
2 - Filtering Records/16 - A Where Exercise Overview.mp4 1.72 MB
2 - Filtering Records/17 - A Where Solution.mp4 2.54 MB
2 - Filtering Records/18 - Where With Lists.mp4 46.05 MB
2 - Filtering Records/19 - A Where With Lists Solution.mp4 4.96 MB
2 - Filtering Records/20 - Calculations in Where Clauses.mp4 4.68 MB
2 - Filtering Records/21 - Solving Calculations.mp4 5.91 MB
2 - Filtering Records/22 - Updating Rows.mp4 32.97 MB
2 - Filtering Records/23 - Deleting Rows.mp4 11.18 MB
2 - Filtering Records/24 - A Solution for Updating Rows.mp4 4.94 MB
2 - Filtering Records/25 - Solution for Deleting Rows.mp4 4 MB
20 - Implementing Database Design Patterns/169 - Back to Postgres.mp4 6.84 MB
20 - Implementing Database Design Patterns/170 - Creating Tables with Checks.mp4 60.56 MB
20 - Implementing Database Design Patterns/171 - Posts Creation.mp4 36.16 MB
20 - Implementing Database Design Patterns/172 - Comments Creation.mp4 7.17 MB
20 - Implementing Database Design Patterns/173 - Likes Creation.mp4 23.87 MB
20 - Implementing Database Design Patterns/174 - Photo Tags and Caption Tags.mp4 41.35 MB
20 - Implementing Database Design Patterns/175 - Creating Hashtags Hashtag Posts and Followers.mp4 19.85 MB
21 - Approaching and Writing Complex Queries/177 - Adding Some Data.mp4 16.95 MB
21 - Approaching and Writing Complex Queries/178 - Restoring from Scratch.mp4 21.23 MB
21 - Approaching and Writing Complex Queries/179 - Highest User IDs Exercise.mp4 7.14 MB
21 - Approaching and Writing Complex Queries/180 - Solution for User IDs.mp4 4.64 MB
21 - Approaching and Writing Complex Queries/181 - Posts by a Particular User.mp4 4.81 MB
21 - Approaching and Writing Complex Queries/182 - Solving for Posts by User.mp4 9.39 MB
21 - Approaching and Writing Complex Queries/183 - Likes Per User.mp4 3.59 MB
21 - Approaching and Writing Complex Queries/184 - Solution for Likes Per User.mp4 6.6 MB
22 - Understanding the Internals of PostgreSQL/185 - Thinking About Performance.mp4 9.24 MB
22 - Understanding the Internals of PostgreSQL/186 - Where Does Postgres Store Data.mp4 37.02 MB
22 - Understanding the Internals of PostgreSQL/187 - Heaps Blocks and Tuples.mp4 22.73 MB
22 - Understanding the Internals of PostgreSQL/188 - Block Data Layout.mp4 17.24 MB
22 - Understanding the Internals of PostgreSQL/189 - Heap File Layout.mp4 597.17 MB
23 - A Look at Indexes for Performance/190 - Full Table Scans.mp4 37.18 MB
23 - A Look at Indexes for Performance/191 - Whats an Index.mp4 10.1 MB
23 - A Look at Indexes for Performance/192 - How an Index Works.mp4 69.31 MB
23 - A Look at Indexes for Performance/193 - Creating an Index.mp4 13.11 MB
23 - A Look at Indexes for Performance/194 - Benchmarking Queries.mp4 22.58 MB
23 - A Look at Indexes for Performance/195 - Downsides of Indexes.mp4 31.82 MB
23 - A Look at Indexes for Performance/196 - Index Types.mp4 6.46 MB
23 - A Look at Indexes for Performance/197 - Automatically Generated Indexes.mp4 19.74 MB
23 - A Look at Indexes for Performance/198 - Behind the Scenes of Indexes.mp4 398.75 MB
24 - Basic Query Tuning/199 - The Query Processing Pipeline.mp4 25.73 MB
24 - Basic Query Tuning/200 - Explain and Explain Analyze.mp4 42.83 MB
24 - Basic Query Tuning/201 - Solving an Explain Mystery.mp4 79.79 MB
25 - Advanced Query Tuning/202 - Developing an Intuitive Understanding of Cost.mp4 102.89 MB
25 - Advanced Query Tuning/203 - Calculating Cost by Hand.mp4 51.25 MB
25 - Advanced Query Tuning/204 - A Touch More on Costs.mp4 95.4 MB
25 - Advanced Query Tuning/205 - Startup vs Total Costs.mp4 44.7 MB
25 - Advanced Query Tuning/206 - Costs Flow Up.mp4 10.1 MB
25 - Advanced Query Tuning/207 - Use My Index.mp4 39.4 MB
26 - Simple Common Table Expressions/208 - Common Table Expressions.mp4 11.19 MB
26 - Simple Common Table Expressions/209 - A Quick Solution.mp4 13.16 MB
26 - Simple Common Table Expressions/210 - So Whats a CTE.mp4 33.5 MB
27 - Recursive Common Table Expressions/211 - Recursive CTEs.mp4 11.9 MB
27 - Recursive Common Table Expressions/212 - Recursive CTEs Step by Step.mp4 62.89 MB
27 - Recursive Common Table Expressions/213 - Why Use Recursive CTEs.mp4 43.14 MB
27 - Recursive Common Table Expressions/214 - Writing the Query.mp4 36.56 MB
27 - Recursive Common Table Expressions/215 - Walking Through Recursion.mp4 109.41 MB
28 - Simplifying Queries with Views/216 - Most Popular Users.mp4 24.81 MB
28 - Simplifying Queries with Views/217 - A Possible Solution for Merging Tables.mp4 35.67 MB
28 - Simplifying Queries with Views/218 - Creating a View.mp4 33.33 MB
28 - Simplifying Queries with Views/219 - When to Use a View.mp4 21.21 MB
28 - Simplifying Queries with Views/220 - Deleting and Changing Views.mp4 12.51 MB
29 - Optimizing Queries with Materialized Views/221 - Materialized Views.mp4 8.38 MB
29 - Optimizing Queries with Materialized Views/222 - Grouping by Week.mp4 34.4 MB
29 - Optimizing Queries with Materialized Views/223 - Reminder on Left Joins.mp4 15.51 MB
29 - Optimizing Queries with Materialized Views/224 - Writing a Slow Query.mp4 55.08 MB
29 - Optimizing Queries with Materialized Views/225 - Creating and Refreshing Materialized Views.mp4 36.1 MB
3 - Working with Tables/26 - The Plan Moving Forward.mp4 10.75 MB
3 - Working with Tables/27 - Approaching Database Design.mp4 81.98 MB
3 - Working with Tables/28 - OnetoMany and ManytoOne Relationships.mp4 41.31 MB
3 - Working with Tables/29 - OnetoOne and ManytoMany Relationships.mp4 24.58 MB
3 - Working with Tables/30 - Primary Keys and Foreign Keys.mp4 29.57 MB
3 - Working with Tables/31 - Understanding Foreign Keys.mp4 63.35 MB
3 - Working with Tables/32 - AutoGenerated IDs.mp4 22.97 MB
3 - Working with Tables/33 - Creating Foreign Key Columns.mp4 18.32 MB
3 - Working with Tables/34 - Running Queries on Associated Data.mp4 38.22 MB
3 - Working with Tables/35 - Exercise Overview.mp4 8.25 MB
3 - Working with Tables/36 - Foreign Key Creation Solution.mp4 8.35 MB
3 - Working with Tables/37 - Foreign Key Constraints Around Insertion.mp4 22.15 MB
3 - Working with Tables/38 - Constraints Around Deletion.mp4 40.54 MB
3 - Working with Tables/40 - Testing Deletion Constraints.mp4 19.27 MB
3 - Working with Tables/41 - Setting Foreign Keys to Null on Delete.mp4 12.6 MB
3 - Working with Tables/42 - Adding Some Complexity.mp4 9.96 MB
30 - Handling Concurrency and Reversibility with Transactions/226 - What are Transactions Used For.mp4 22.54 MB
30 - Handling Concurrency and Reversibility with Transactions/227 - Some Sample Data.mp4 5.44 MB
30 - Handling Concurrency and Reversibility with Transactions/228 - Opening and Closing Transactions.mp4 65.33 MB
30 - Handling Concurrency and Reversibility with Transactions/229 - Transaction Cleanup on Crash.mp4 32.89 MB
30 - Handling Concurrency and Reversibility with Transactions/230 - Closing Aborted Transactions.mp4 7.47 MB
31 - Managing Database Design with Schema Migrations/231 - A Story on Migrations.mp4 139.7 MB
31 - Managing Database Design with Schema Migrations/232 - Migration Files.mp4 44.16 MB
31 - Managing Database Design with Schema Migrations/233 - Issues Solved by Migrations.mp4 10 MB
31 - Managing Database Design with Schema Migrations/234 - A Few Notes on Migrations Libraries.mp4 34.19 MB
31 - Managing Database Design with Schema Migrations/236 - Project Creation.mp4 9.91 MB
31 - Managing Database Design with Schema Migrations/237 - Generating and Writing Migrations.mp4 45.64 MB
31 - Managing Database Design with Schema Migrations/238 - Applying and Reverting Migrations.mp4 68.14 MB
31 - Managing Database Design with Schema Migrations/239 - Generating and Applying a Second Migration.mp4 16.63 MB
32 - Schema vs Data Migrations/240 - Schema vs Data Migrations.mp4 20.28 MB
32 - Schema vs Data Migrations/241 - Dangers Around Data Migrations.mp4 70 MB
32 - Schema vs Data Migrations/242 - Properly Running Data and Schema Migrations.mp4 19.73 MB
32 - Schema vs Data Migrations/243 - Creating a Posts Table.mp4 21.59 MB
32 - Schema vs Data Migrations/244 - A Small Web Server.mp4 62.26 MB
32 - Schema vs Data Migrations/246 - Adding the Loc Column.mp4 21.55 MB
32 - Schema vs Data Migrations/247 - Writing Values to Both Columns.mp4 16.26 MB
32 - Schema vs Data Migrations/248 - Transaction Locks.mp4 96.42 MB
32 - Schema vs Data Migrations/249 - Updating Values.mp4 15.27 MB
32 - Schema vs Data Migrations/251 - Updating the App Server.mp4 13.23 MB
32 - Schema vs Data Migrations/252 - Dropping the Last Columns.mp4 11.61 MB
33 - Accessing PostgreSQL From APIs/253 - Section Goal.mp4 2.62 MB
33 - Accessing PostgreSQL From APIs/254 - Initial Setup.mp4 2.23 MB
33 - Accessing PostgreSQL From APIs/255 - One Fast Migration.mp4 24.43 MB
33 - Accessing PostgreSQL From APIs/256 - Building the Users Router.mp4 29.61 MB
33 - Accessing PostgreSQL From APIs/257 - Understanding Connection Pools.mp4 22.93 MB
33 - Accessing PostgreSQL From APIs/258 - Validating Connection Credentials.mp4 44.74 MB
33 - Accessing PostgreSQL From APIs/259 - Query and Close.mp4 5.9 MB
34 - Data Access Pattern Repositories/260 - The Repository Pattern.mp4 17.88 MB
34 - Data Access Pattern Repositories/261 - Creating a Repository.mp4 24.78 MB
34 - Data Access Pattern Repositories/262 - Accessing the API.mp4 23.55 MB
34 - Data Access Pattern Repositories/263 - Casing Issues.mp4 18.55 MB
34 - Data Access Pattern Repositories/264 - Fixing Casing.mp4 49.74 MB
34 - Data Access Pattern Repositories/265 - Finding Particular Users.mp4 18.16 MB
35 - Security Around PostgreSQL/266 - SQL Injection Exploits.mp4 30.46 MB
35 - Security Around PostgreSQL/267 - Handling SQL Injection with Prepared Statements.mp4 38.15 MB
35 - Security Around PostgreSQL/268 - Preventing SQL Injection.mp4 34.29 MB
35 - Security Around PostgreSQL/269 - Reminder on Post Requests.mp4 14.4 MB
35 - Security Around PostgreSQL/270 - Inserting Users.mp4 15.25 MB
35 - Security Around PostgreSQL/271 - Handling Updates.mp4 16.66 MB
35 - Security Around PostgreSQL/272 - And Finally Delete.mp4 18.24 MB
36 - Fast Parallel Testing/273 - A Note on Testing.mp4 7.64 MB
36 - Fast Parallel Testing/274 - Assertions Around User Count.mp4 42.34 MB
36 - Fast Parallel Testing/275 - Connecting to a DB For Tests.mp4 54.23 MB
36 - Fast Parallel Testing/276 - Disconnecting After Tests.mp4 12.86 MB
36 - Fast Parallel Testing/277 - MultiDB Setup.mp4 21.85 MB
36 - Fast Parallel Testing/278 - Assumptions Around Content.mp4 33.12 MB
36 - Fast Parallel Testing/279 - Issues with Parallel Tests.mp4 35.76 MB
36 - Fast Parallel Testing/280 - Isolation with Schemas.mp4 27.4 MB
36 - Fast Parallel Testing/281 - Creating and Accessing Schemas.mp4 19.38 MB
36 - Fast Parallel Testing/282 - Controlling Schema Access with Search Paths.mp4 30.95 MB
36 - Fast Parallel Testing/283 - Routing Schema Access.mp4 41.12 MB
36 - Fast Parallel Testing/284 - Strategy for Isolation.mp4 17.57 MB
36 - Fast Parallel Testing/285 - Programmatic Schema Creation.mp4 65.75 MB
36 - Fast Parallel Testing/286 - Escaping Identifiers.mp4 25.53 MB
36 - Fast Parallel Testing/287 - Test Helpers.mp4 43.34 MB
36 - Fast Parallel Testing/288 - Cleaning up Schemas and Roles.mp4 31.28 MB
36 - Fast Parallel Testing/289 - Finally Parallel Tests Final Lecture.mp4 18.57 MB
4 - Relating Records with Joins/44 - Queries with Joins and Aggregations.mp4 27.86 MB
4 - Relating Records with Joins/45 - Joining Data from Different Tables.mp4 36.8 MB
4 - Relating Records with Joins/46 - Another Quick Join.mp4 8.62 MB
4 - Relating Records with Joins/47 - Exercise Overview.mp4 4.85 MB
4 - Relating Records with Joins/48 - A Joinful Solution.mp4 5.27 MB
4 - Relating Records with Joins/49 - Alternate Forms of Syntax.mp4 24.96 MB
4 - Relating Records with Joins/50 - Missing Data in Joins.mp4 29.27 MB
4 - Relating Records with Joins/51 - Why Wasnt It Included.mp4 24.58 MB
4 - Relating Records with Joins/52 - Four Kinds of Joins.mp4 124.86 MB
4 - Relating Records with Joins/53 - Each Join in Practice.mp4 40.6 MB
4 - Relating Records with Joins/54 - Does Order Matter.mp4 61.33 MB
4 - Relating Records with Joins/55 - Exercise Overview.mp4 2.23 MB
4 - Relating Records with Joins/56 - Two Possible Solutions.mp4 16.51 MB
4 - Relating Records with Joins/57 - Where with Join.mp4 31.03 MB
4 - Relating Records with Joins/58 - Three Way Joins.mp4 49.71 MB
4 - Relating Records with Joins/59 - A Bit of Practice.mp4 17.87 MB
4 - Relating Records with Joins/60 - Exercise Solution.mp4 7.67 MB
5 - Aggregation of Records/61 - Aggregating and Grouping.mp4 7.9 MB
5 - Aggregation of Records/62 - Picturing Group By.mp4 29.43 MB
5 - Aggregation of Records/63 - Aggregate Functions.mp4 11.58 MB
5 - Aggregation of Records/64 - Combining Group By and Aggregates.mp4 15.13 MB
5 - Aggregation of Records/65 - A Gotcha with Count.mp4 5.46 MB
5 - Aggregation of Records/66 - Visualizing More Grouping.mp4 9.72 MB
5 - Aggregation of Records/67 - Exercise Overview.mp4 1.66 MB
5 - Aggregation of Records/68 - Grouping Solution.mp4 3.15 MB
5 - Aggregation of Records/69 - Adding a Layer of Difficulty.mp4 1.79 MB
5 - Aggregation of Records/70 - Solution.mp4 3.68 MB
5 - Aggregation of Records/71 - Filtering Groups with Having.mp4 36.97 MB
5 - Aggregation of Records/72 - Having In Action.mp4 6.86 MB
5 - Aggregation of Records/73 - More on Having.mp4 28.46 MB
5 - Aggregation of Records/74 - A Having Exercise Overview.mp4 12.79 MB
5 - Aggregation of Records/75 - A Quick Solution.mp4 7.3 MB
6 - Working with Large Datasets/77 - Investigating This Dataset.mp4 8 MB
6 - Working with Large Datasets/78 - Some Group By Practice.mp4 3.1 MB
6 - Working with Large Datasets/79 - Group By Review Solution.mp4 7.92 MB
6 - Working with Large Datasets/80 - Remember Joins.mp4 9.3 MB
6 - Working with Large Datasets/81 - Of Course You Remember.mp4 4.42 MB
7 - Sorting Records/82 - The Basics of Sorting.mp4 6.73 MB
7 - Sorting Records/83 - Two Variations on Sorting.mp4 9.46 MB
7 - Sorting Records/84 - Offset and Limit.mp4 19.43 MB
7 - Sorting Records/85 - Exercise Overview.mp4 1.08 MB
7 - Sorting Records/86 - Exercise Solution.mp4 3.33 MB
8 - Unions and Intersections with Sets/87 - Handling Sets with Union.mp4 19.51 MB
8 - Unions and Intersections with Sets/88 - A Few Notes on Union.mp4 16.54 MB
8 - Unions and Intersections with Sets/89 - Commonalities with Intersect.mp4 15.42 MB
8 - Unions and Intersections with Sets/90 - Removing Commonalities with Except.mp4 20.44 MB
8 - Unions and Intersections with Sets/91 - Union Exercise Overview.mp4 4.23 MB
8 - Unions and Intersections with Sets/92 - Exercise Solution.mp4 4.72 MB
9 - Assembling Queries with SubQueries/100 - Example of a Subquery in a From.mp4 53.51 MB
9 - Assembling Queries with SubQueries/101 - Exercise Overview.mp4 3.4 MB
9 - Assembling Queries with SubQueries/102 - Exercise Solution.mp4 10.37 MB
9 - Assembling Queries with SubQueries/103 - Subqueries in a Join Clause.mp4 16.55 MB
9 - Assembling Queries with SubQueries/104 - More Useful Subqueries with Where.mp4 36.66 MB
9 - Assembling Queries with SubQueries/105 - Data Structure with Where Subqueries.mp4 44.04 MB
9 - Assembling Queries with SubQueries/106 - Exercise Overview.mp4 2.71 MB
9 - Assembling Queries with SubQueries/107 - Exercise Solution.mp4 6.25 MB
9 - Assembling Queries with SubQueries/108 - The Not In Operator with a List.mp4 38.59 MB
9 - Assembling Queries with SubQueries/109 - A New Where Operator.mp4 38.71 MB
9 - Assembling Queries with SubQueries/110 - Finally Some.mp4 31.96 MB
9 - Assembling Queries with SubQueries/111 - Exercise Overview.mp4 1.23 MB
9 - Assembling Queries with SubQueries/112 - A Quick Solution.mp4 4.37 MB
9 - Assembling Queries with SubQueries/113 - Probably Too Much About Correlated Subqueries.mp4 107 MB
9 - Assembling Queries with SubQueries/114 - More on Correlated Subqueries.mp4 44.16 MB
9 - Assembling Queries with SubQueries/115 - A Select Without a From.mp4 9.09 MB
9 - Assembling Queries with SubQueries/116 - Exercise Overview.mp4 1.95 MB
9 - Assembling Queries with SubQueries/117 - Exercise Solution.mp4 3.57 MB
9 - Assembling Queries with SubQueries/93 - Whats a Subquery.mp4 30.54 MB
9 - Assembling Queries with SubQueries/94 - Thinking About the Structure of Data.mp4 23.64 MB
9 - Assembling Queries with SubQueries/95 - Subqueries in a Select.mp4 22.54 MB
9 - Assembling Queries with SubQueries/96 - Exercise Overview.mp4 3.05 MB
9 - Assembling Queries with SubQueries/97 - Select Solution.mp4 3.8 MB
9 - Assembling Queries with SubQueries/98 - Subqueries in a From.mp4 44.45 MB
9 - Assembling Queries with SubQueries/99 - From Subqueries that Return a Value.mp4 9.08 MB
其他位置