zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseLab.com] Udemy - SQL - MySQL for Data Analytics and Business Intelligence
magnet:?xt=urn:btih:03d1532a666220ea099b23a584a8bd24a789f2af&dn=[FreeCourseLab.com] Udemy - SQL - MySQL for Data Analytics and Business Intelligence
磁力链接详情
文件列表详情
03d1532a666220ea099b23a584a8bd24a789f2af
infohash:
132
文件数量
2.28 GB
文件大小
2019-6-1 14:53
创建日期
2024-11-1 06:18
最后访问
相关分词
FreeCourseLab
com
Udemy
-
SQL
-
MySQL
for
Data
Analytics
and
Business
Intelligence
01 Introduction to databases SQL and MySQL/001 What does the course cover.mp4 24.25 MB
01 Introduction to databases SQL and MySQL/002 Why SQL.mp4 14.74 MB
01 Introduction to databases SQL and MySQL/003 Why MySQL.mp4 6.53 MB
01 Introduction to databases SQL and MySQL/004 Introduction to databases.mp4 19.6 MB
02 SQL theory/005 SQL as a declarative language.mp4 10.08 MB
02 SQL theory/006 Data definition language (DDL).mp4 8.69 MB
02 SQL theory/007 SQL keywords.mp4 2.47 MB
02 SQL theory/008 Data manipulation language (DML).mp4 9.99 MB
02 SQL theory/009 Data control language (DCL).mp4 8.06 MB
02 SQL theory/010 Transaction control language (TCL).mp4 6.86 MB
03 Basic database terminology/011 Relational database essentials.mp4 22.97 MB
03 Basic database terminology/012 Databases vs spreadsheets.mp4 169.95 MB
03 Basic database terminology/013 Database terminology.mp4 18.96 MB
03 Basic database terminology/014 Relational schemas - Primary key.mp4 10.41 MB
03 Basic database terminology/015 Relational schemas - Foreign key.mp4 10.35 MB
03 Basic database terminology/016 Relational schemas - Unique key and null values.mp4 6.34 MB
03 Basic database terminology/017 Relationships.mp4 9.74 MB
04 Installing MySQL and getting acquainted with the interface/018 Installing MySQL.mp4 89.8 MB
04 Installing MySQL and getting acquainted with the interface/021 Setting up a connection.mp4 6.14 MB
04 Installing MySQL and getting acquainted with the interface/022 New Authentication Plugin - Creating a New User.mp4 47.71 MB
04 Installing MySQL and getting acquainted with the interface/023 Introduction to the MySQL interface.mp4 11.9 MB
05 First steps in SQL/024 Creating a Database - Part I.mp4 10.36 MB
05 First steps in SQL/028 Creating a Database - Part II.mp4 4.87 MB
05 First steps in SQL/031 Introduction to data types.mp4 3.09 MB
05 First steps in SQL/032 String data types.mp4 9.14 MB
05 First steps in SQL/033 Integers.mp4 8.83 MB
05 First steps in SQL/034 Fixed and floating-point data types.mp4 11.77 MB
05 First steps in SQL/035 Other useful data types.mp4 11.8 MB
05 First steps in SQL/036 Creating a table.mp4 10.66 MB
05 First steps in SQL/039 Using databases and tables.mp4 6.52 MB
05 First steps in SQL/042 Additional notes on using tables.mp4 5.07 MB
06 MySQL constraints/044 PRIMARY KEY constraint.mp4 11.98 MB
06 MySQL constraints/047 FOREIGN KEY constraint - Part I.mp4 11.06 MB
06 MySQL constraints/048 FOREIGN KEY constraint - Part II.mp4 14.54 MB
06 MySQL constraints/051 UNIQUE Constraint.mp4 11.75 MB
06 MySQL constraints/053 DEFAULT Constraint.mp4 13.12 MB
06 MySQL constraints/056 NOT NULL Constraint - Part I.mp4 14.91 MB
06 MySQL constraints/059 NOT NULL Constraint - Part II.mp4 3.68 MB
07 SQL best practices/060 Coding techniques and best practices - Part I.mp4 11.56 MB
07 SQL best practices/061 Coding techniques and best practices - Part II.mp4 9.27 MB
08 Loading the employees database/062 Loading the employees database.mp4 8.14 MB
09 SQL SELECT statement/064 SELECT - FROM.mp4 10.96 MB
09 SQL SELECT statement/067 WHERE.mp4 6.03 MB
09 SQL SELECT statement/070 AND.mp4 4.82 MB
09 SQL SELECT statement/073 OR.mp4 8.47 MB
09 SQL SELECT statement/076 Operator precedence.mp4 8.49 MB
09 SQL SELECT statement/079 IN - NOT IN.mp4 8.25 MB
09 SQL SELECT statement/084 LIKE - NOT LIKE.mp4 9.6 MB
09 SQL SELECT statement/087 Wildcard characters.mp4 3.34 MB
09 SQL SELECT statement/090 BETWEEN - AND.mp4 5.18 MB
09 SQL SELECT statement/093 IS NOT NULL - IS NULL.mp4 3.82 MB
09 SQL SELECT statement/096 Other comparison operators.mp4 11.05 MB
09 SQL SELECT statement/099 SELECT DISTINCT.mp4 4.58 MB
09 SQL SELECT statement/102 Introduction to aggregate functions.mp4 12.66 MB
09 SQL SELECT statement/105 ORDER BY.mp4 10.77 MB
09 SQL SELECT statement/108 GROUP BY.mp4 14.82 MB
09 SQL SELECT statement/109 Using Aliases (AS).mp4 5.26 MB
09 SQL SELECT statement/112 HAVING.mp4 8.92 MB
09 SQL SELECT statement/115 WHERE vs HAVING- Part I.mp4 9.99 MB
09 SQL SELECT statement/116 WHERE vs HAVING- Part II.mp4 6.74 MB
09 SQL SELECT statement/119 LIMIT.mp4 12.7 MB
10 SQL INSERT statement/122 The INSERT statement - Part I.mp4 14.42 MB
10 SQL INSERT statement/123 The INSERT statement - Part II.mp4 6.66 MB
10 SQL INSERT statement/128 Inserting data INTO a new table.mp4 9.62 MB
11 SQL UPDATE Statement/131 TCLs COMMIT and ROLLBACK.mp4 7.81 MB
11 SQL UPDATE Statement/132 The UPDATE Statement - Part I.mp4 7.91 MB
11 SQL UPDATE Statement/133 The UPDATE Statement - Part II.mp4 7.39 MB
12 SQL DELETE Statement/136 The DELETE Statement - Part I.mp4 10.31 MB
12 SQL DELETE Statement/137 The DELETE Statement - Part II.mp4 3.68 MB
12 SQL DELETE Statement/140 DROP vs TRUNCATE vs DELETE.mp4 7.48 MB
13 MySQL - Aggregate functions/141 COUNT().mp4 9.24 MB
13 MySQL - Aggregate functions/144 SUM().mp4 3.22 MB
13 MySQL - Aggregate functions/147 MIN() and MAX().mp4 2.96 MB
13 MySQL - Aggregate functions/150 AVG().mp4 4.16 MB
13 MySQL - Aggregate functions/153 ROUND().mp4 4.74 MB
13 MySQL - Aggregate functions/157 IFNULL() and COALESCE().mp4 15.75 MB
13 MySQL - Aggregate functions/158 Another Example of Using COALESCE().mp4 3.7 MB
14 SQL Joins/163 Introduction to JOINs.mp4 7.22 MB
14 SQL Joins/167 INNER JOIN - Part I.mp4 12.42 MB
14 SQL Joins/168 INNER JOIN - Part II.mp4 11.62 MB
14 SQL Joins/171 A Note on Using Joins.mp4 10.76 MB
14 SQL Joins/172 Duplicate Records.mp4 12.73 MB
14 SQL Joins/173 LEFT JOIN - Part I.mp4 14.02 MB
14 SQL Joins/174 LEFT JOIN - Part II.mp4 14.82 MB
14 SQL Joins/177 RIGHT JOIN.mp4 32.09 MB
14 SQL Joins/178 The new and the old join syntax.mp4 9.17 MB
14 SQL Joins/181 JOIN and WHERE Used Together.mp4 6.55 MB
14 SQL Joins/184 CROSS JOIN.mp4 89.99 MB
14 SQL Joins/189 Using Aggregate Functions with Joins.mp4 6.21 MB
14 SQL Joins/190 JOIN more than two tables in SQL.mp4 10.94 MB
14 SQL Joins/193 Tips and tricks for joins.mp4 50.91 MB
14 SQL Joins/196 UNION vs UNION ALL.mp4 8.54 MB
15 SQL Subqueries/199 SQL Subqueries with IN nested inside WHERE.mp4 6.71 MB
15 SQL Subqueries/202 SQL Subqueries with EXISTS-NOT EXISTS nested inside WHERE.mp4 8.64 MB
15 SQL Subqueries/205 SQL Subqueries nested in SELECT and FROM.mp4 19.91 MB
16 SQL Self Join/210 Self Join.mp4 20.83 MB
17 SQL Views/211 Views.mp4 17.48 MB
18 Stored routines/214 Introduction to stored routines.mp4 7.23 MB
18 Stored routines/215 The MySQL syntax for stored procedures.mp4 5.96 MB
18 Stored routines/216 Stored procedures - Example - Part I.mp4 7.23 MB
18 Stored routines/217 Stored procedures - Example - Part II.mp4 11.17 MB
18 Stored routines/220 Another way to create a procedure.mp4 5.43 MB
18 Stored routines/221 Stored procedures with an input parameter.mp4 17.07 MB
18 Stored routines/222 Stored procedures with an output parameter.mp4 8.52 MB
18 Stored routines/225 Variables.mp4 15.97 MB
18 Stored routines/228 User-defined functions in MySQL.mp4 8.03 MB
18 Stored routines/231 Stored routines - conclusion.mp4 8.18 MB
19 Advanced SQL Topics/232 Types of MySQL Variables - Local Variables.mp4 11.57 MB
19 Advanced SQL Topics/233 Session Variables.mp4 11.96 MB
19 Advanced SQL Topics/234 Global Variables.mp4 5.01 MB
19 Advanced SQL Topics/235 User-Defined vs System Variables.mp4 10.96 MB
19 Advanced SQL Topics/239 MySQL Indexes.mp4 18.21 MB
19 Advanced SQL Topics/244 The CASE Statement.mp4 59.41 MB
20 Combining SQL and Tableau - Introduction/251 The Advantages of Software Integration.mp4 92.4 MB
20 Combining SQL and Tableau - Introduction/252 Why Combining SQL and Tableau is useful.mp4 85.35 MB
20 Combining SQL and Tableau - Introduction/253 Installing Tableau Public.mp4 27.35 MB
20 Combining SQL and Tableau - Introduction/254 Loading the employees_mod Database.mp4 28.53 MB
21 Combining SQL and Tableau - Task 1/256 Task 1.mp4 33.52 MB
21 Combining SQL and Tableau - Task 1/258 Task 1 SQL Solution.mp4 43.16 MB
21 Combining SQL and Tableau - Task 1/260 Transferring a Dataset from SQL to Tableau.mp4 31.42 MB
21 Combining SQL and Tableau - Task 1/261 Chart 1 Visualizing and Analyzing the Solution in Tableau - Part I.mp4 40.54 MB
21 Combining SQL and Tableau - Task 1/262 Chart 1 Visualizing and Analyzing the Solution in Tableau - Part II.mp4 45.1 MB
22 Combining SQL and Tableau - Task 2/263 Task 2.mp4 28.84 MB
22 Combining SQL and Tableau - Task 2/265 Task 2 SQL Solution.mp4 39.28 MB
22 Combining SQL and Tableau - Task 2/267 Chart 2 Visualizing and Analyzing the Solution in Tableau.mp4 48.93 MB
23 Combining SQL and Tableau - Task 3/268 Task 3.mp4 13.07 MB
23 Combining SQL and Tableau - Task 3/270 Task 3 SQL Solution.mp4 33.12 MB
23 Combining SQL and Tableau - Task 3/272 Chart 3 Visualizing and Analyzing the Solution in Tableau.mp4 40.32 MB
24 Combining SQL and Tableau - Task 4/273 Task 4.mp4 23.56 MB
24 Combining SQL and Tableau - Task 4/275 Task 4 Solution in SQL.mp4 30.25 MB
24 Combining SQL and Tableau - Task 4/277 Chart 4 Visualizing and Analyzing the Solution in Tableau.mp4 22.28 MB
25 Combining SQL and Tableau - Task 5/278 Task 5 Organizing Charts 1-4 into a Beautiful Dashboard using Tableau.mp4 55.98 MB
其他位置