首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[UdemyCourseDownloader] SQL - MySQL for Data Analytics and Business Intelligence
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2019-3-10 17:53
2024-11-2 14:22
200
2.28 GB
132
磁力链接
magnet:?xt=urn:btih:59970c76c945f98701497ff7f8945543ce6eba5a
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjU5OTcwYzc2Yzk0NWY5ODcwMTQ5N2ZmN2Y4OTQ1NTQzY2U2ZWJhNWFaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
UdemyCourseDownloader
SQL
-
MySQL
for
Data
Analytics
and
Business
Intelligence
文件列表
03 Basic database terminology/012 Databases vs spreadsheets.mp4
169.95MB
01 Introduction to databases SQL and MySQL/001 What does the course cover.mp4
24.25MB
01 Introduction to databases SQL and MySQL/002 Why SQL.mp4
14.74MB
01 Introduction to databases SQL and MySQL/003 Why MySQL.mp4
6.53MB
01 Introduction to databases SQL and MySQL/004 Introduction to databases.mp4
19.6MB
02 SQL theory/005 SQL as a declarative language.mp4
10.08MB
02 SQL theory/006 Data definition language (DDL).mp4
8.69MB
02 SQL theory/007 SQL keywords.mp4
2.47MB
02 SQL theory/008 Data manipulation language (DML).mp4
9.99MB
02 SQL theory/009 Data control language (DCL).mp4
8.06MB
02 SQL theory/010 Transaction control language (TCL).mp4
6.86MB
03 Basic database terminology/011 Relational database essentials.mp4
22.97MB
03 Basic database terminology/013 Database terminology.mp4
18.96MB
03 Basic database terminology/014 Relational schemas - Primary key.mp4
10.41MB
03 Basic database terminology/015 Relational schemas - Foreign key.mp4
10.35MB
03 Basic database terminology/016 Relational schemas - Unique key and null values.mp4
6.34MB
03 Basic database terminology/017 Relationships.mp4
9.74MB
04 Installing MySQL and getting acquainted with the interface/018 Installing MySQL.mp4
89.8MB
04 Installing MySQL and getting acquainted with the interface/021 Setting up a connection.mp4
6.14MB
04 Installing MySQL and getting acquainted with the interface/022 New Authentication Plugin - Creating a New User.mp4
47.71MB
04 Installing MySQL and getting acquainted with the interface/023 Introduction to the MySQL interface.mp4
11.9MB
05 First steps in SQL/024 Creating a Database - Part I.mp4
10.36MB
05 First steps in SQL/028 Creating a Database - Part II.mp4
4.87MB
05 First steps in SQL/031 Introduction to data types.mp4
3.09MB
05 First steps in SQL/032 String data types.mp4
9.14MB
05 First steps in SQL/033 Integers.mp4
8.83MB
05 First steps in SQL/034 Fixed and floating-point data types.mp4
11.77MB
05 First steps in SQL/035 Other useful data types.mp4
11.8MB
05 First steps in SQL/036 Creating a table.mp4
10.66MB
05 First steps in SQL/039 Using databases and tables.mp4
6.52MB
05 First steps in SQL/042 Additional notes on using tables.mp4
5.07MB
06 MySQL constraints/044 PRIMARY KEY constraint.mp4
11.98MB
06 MySQL constraints/047 FOREIGN KEY constraint - Part I.mp4
11.06MB
06 MySQL constraints/048 FOREIGN KEY constraint - Part II.mp4
14.54MB
06 MySQL constraints/051 UNIQUE Constraint.mp4
11.75MB
06 MySQL constraints/053 DEFAULT Constraint.mp4
13.12MB
06 MySQL constraints/056 NOT NULL Constraint - Part I.mp4
14.91MB
06 MySQL constraints/059 NOT NULL Constraint - Part II.mp4
3.68MB
07 SQL best practices/060 Coding techniques and best practices - Part I.mp4
11.56MB
07 SQL best practices/061 Coding techniques and best practices - Part II.mp4
9.27MB
08 Loading the employees database/062 Loading the employees database.mp4
8.14MB
09 SQL SELECT statement/064 SELECT - FROM.mp4
10.96MB
09 SQL SELECT statement/067 WHERE.mp4
6.03MB
09 SQL SELECT statement/070 AND.mp4
4.82MB
09 SQL SELECT statement/073 OR.mp4
8.47MB
09 SQL SELECT statement/076 Operator precedence.mp4
8.49MB
09 SQL SELECT statement/079 IN - NOT IN.mp4
8.25MB
09 SQL SELECT statement/084 LIKE - NOT LIKE.mp4
9.6MB
09 SQL SELECT statement/087 Wildcard characters.mp4
3.34MB
09 SQL SELECT statement/090 BETWEEN - AND.mp4
5.18MB
09 SQL SELECT statement/093 IS NOT NULL - IS NULL.mp4
3.82MB
09 SQL SELECT statement/096 Other comparison operators.mp4
11.05MB
09 SQL SELECT statement/099 SELECT DISTINCT.mp4
4.58MB
09 SQL SELECT statement/102 Introduction to aggregate functions.mp4
12.66MB
09 SQL SELECT statement/105 ORDER BY.mp4
10.77MB
09 SQL SELECT statement/108 GROUP BY.mp4
14.82MB
09 SQL SELECT statement/109 Using Aliases (AS).mp4
5.26MB
09 SQL SELECT statement/112 HAVING.mp4
8.92MB
09 SQL SELECT statement/115 WHERE vs HAVING- Part I.mp4
9.99MB
09 SQL SELECT statement/116 WHERE vs HAVING- Part II.mp4
6.74MB
09 SQL SELECT statement/119 LIMIT.mp4
12.7MB
10 SQL INSERT statement/122 The INSERT statement - Part I.mp4
14.42MB
10 SQL INSERT statement/123 The INSERT statement - Part II.mp4
6.66MB
10 SQL INSERT statement/128 Inserting data INTO a new table.mp4
9.62MB
11 SQL UPDATE Statement/131 TCLs COMMIT and ROLLBACK.mp4
7.81MB
11 SQL UPDATE Statement/132 The UPDATE Statement - Part I.mp4
7.91MB
11 SQL UPDATE Statement/133 The UPDATE Statement - Part II.mp4
7.39MB
12 SQL DELETE Statement/136 The DELETE Statement - Part I.mp4
10.31MB
12 SQL DELETE Statement/137 The DELETE Statement - Part II.mp4
3.68MB
12 SQL DELETE Statement/140 DROP vs TRUNCATE vs DELETE.mp4
7.48MB
13 MySQL - Aggregate functions/141 COUNT().mp4
9.24MB
13 MySQL - Aggregate functions/144 SUM().mp4
3.22MB
13 MySQL - Aggregate functions/147 MIN() and MAX().mp4
2.96MB
13 MySQL - Aggregate functions/150 AVG().mp4
4.16MB
13 MySQL - Aggregate functions/153 ROUND().mp4
4.74MB
13 MySQL - Aggregate functions/157 IFNULL() and COALESCE().mp4
15.75MB
13 MySQL - Aggregate functions/158 Another Example of Using COALESCE().mp4
3.7MB
14 SQL Joins/163 Introduction to JOINs.mp4
7.22MB
14 SQL Joins/167 INNER JOIN - Part I.mp4
12.42MB
14 SQL Joins/168 INNER JOIN - Part II.mp4
11.62MB
14 SQL Joins/171 A Note on Using Joins.mp4
10.76MB
14 SQL Joins/172 Duplicate Records.mp4
12.73MB
14 SQL Joins/173 LEFT JOIN - Part I.mp4
14.02MB
14 SQL Joins/174 LEFT JOIN - Part II.mp4
14.82MB
14 SQL Joins/177 RIGHT JOIN.mp4
32.09MB
14 SQL Joins/178 The new and the old join syntax.mp4
9.17MB
14 SQL Joins/181 JOIN and WHERE Used Together.mp4
6.55MB
14 SQL Joins/184 CROSS JOIN.mp4
89.99MB
14 SQL Joins/189 Using Aggregate Functions with Joins.mp4
6.21MB
14 SQL Joins/190 JOIN more than two tables in SQL.mp4
10.94MB
14 SQL Joins/193 Tips and tricks for joins.mp4
50.91MB
14 SQL Joins/196 UNION vs UNION ALL.mp4
8.54MB
15 SQL Subqueries/199 SQL Subqueries with IN nested inside WHERE.mp4
6.71MB
15 SQL Subqueries/202 SQL Subqueries with EXISTS-NOT EXISTS nested inside WHERE.mp4
8.64MB
15 SQL Subqueries/205 SQL Subqueries nested in SELECT and FROM.mp4
19.91MB
16 SQL Self Join/210 Self Join.mp4
20.83MB
17 SQL Views/211 Views.mp4
17.48MB
18 Stored routines/214 Introduction to stored routines.mp4
7.23MB
18 Stored routines/215 The MySQL syntax for stored procedures.mp4
5.96MB
18 Stored routines/216 Stored procedures - Example - Part I.mp4
7.23MB
18 Stored routines/217 Stored procedures - Example - Part II.mp4
11.17MB
18 Stored routines/220 Another way to create a procedure.mp4
5.43MB
18 Stored routines/221 Stored procedures with an input parameter.mp4
17.07MB
18 Stored routines/222 Stored procedures with an output parameter.mp4
8.52MB
18 Stored routines/225 Variables.mp4
15.97MB
18 Stored routines/228 User-defined functions in MySQL.mp4
8.03MB
18 Stored routines/231 Stored routines - conclusion.mp4
8.18MB
19 Advanced SQL Topics/232 Types of MySQL Variables - Local Variables.mp4
11.57MB
19 Advanced SQL Topics/233 Session Variables.mp4
11.96MB
19 Advanced SQL Topics/234 Global Variables.mp4
5.01MB
19 Advanced SQL Topics/235 User-Defined vs System Variables.mp4
10.96MB
19 Advanced SQL Topics/239 MySQL Indexes.mp4
18.21MB
19 Advanced SQL Topics/244 The CASE Statement.mp4
59.41MB
20 Combining SQL and Tableau - Introduction/251 The Advantages of Software Integration.mp4
92.4MB
20 Combining SQL and Tableau - Introduction/252 Why Combining SQL and Tableau is useful.mp4
85.35MB
20 Combining SQL and Tableau - Introduction/253 Installing Tableau Public.mp4
27.35MB
20 Combining SQL and Tableau - Introduction/254 Loading the employees_mod Database.mp4
28.53MB
21 Combining SQL and Tableau - Task 1/256 Task 1.mp4
33.52MB
21 Combining SQL and Tableau - Task 1/258 Task 1 SQL Solution.mp4
43.16MB
21 Combining SQL and Tableau - Task 1/260 Transferring a Dataset from SQL to Tableau.mp4
31.42MB
21 Combining SQL and Tableau - Task 1/261 Chart 1 Visualizing and Analyzing the Solution in Tableau - Part I.mp4
40.54MB
21 Combining SQL and Tableau - Task 1/262 Chart 1 Visualizing and Analyzing the Solution in Tableau - Part II.mp4
45.1MB
22 Combining SQL and Tableau - Task 2/263 Task 2.mp4
28.84MB
22 Combining SQL and Tableau - Task 2/265 Task 2 SQL Solution.mp4
39.28MB
22 Combining SQL and Tableau - Task 2/267 Chart 2 Visualizing and Analyzing the Solution in Tableau.mp4
48.93MB
23 Combining SQL and Tableau - Task 3/268 Task 3.mp4
13.07MB
23 Combining SQL and Tableau - Task 3/270 Task 3 SQL Solution.mp4
33.12MB
23 Combining SQL and Tableau - Task 3/272 Chart 3 Visualizing and Analyzing the Solution in Tableau.mp4
40.32MB
24 Combining SQL and Tableau - Task 4/273 Task 4.mp4
23.56MB
24 Combining SQL and Tableau - Task 4/275 Task 4 Solution in SQL.mp4
30.25MB
24 Combining SQL and Tableau - Task 4/277 Chart 4 Visualizing and Analyzing the Solution in Tableau.mp4
22.28MB
25 Combining SQL and Tableau - Task 5/278 Task 5 Organizing Charts 1-4 into a Beautiful Dashboard using Tableau.mp4
55.98MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统