* Cantinho Satkeys

Refresh History
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    Hoje às 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31

Autor Tópico: Mysql For Everyone. Sql For Developers, Data Analysts And Bi  (Lida 61 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115810
  • Karma: +0/-0
Mysql For Everyone. Sql For Developers, Data Analysts And Bi
« em: 29 de Setembro de 2022, 09:44 »


Published 9/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.42 GB | Duration: 6h 15m

Learn SQL with MySQL Workbench from zero. Great match for beginners in SQL, coders with any experience or Data Analytics

What you'll learn
Create database or interact with existing databases
Learn and use: Normal forms, Datatypes, Charset and Collation
Write complex SQL queries across multiple tables with UNION and JOIN
Solve hands-on assignments and real-world use cases
Requirements
No special requirements. You will learn everything you need to know
Any experience in Computer Programming or Data Analytics is good but not required
Description
Welcome to this MySQL course! I want to start by appreciating you for trying to learn a new skill. MySQL is one of the most popular databases. What is MySQL?MySQL is currently the most popular database management system software. Its uses for managing relational databases. It's open-source DB software. MySQL support by Oracle Company. It is a fast, scalable, and easy-to-use database management system compared with Microsoft SQL Server or Oracle Database.MySQL supports many Operating Systems like Windows, Linux, macOS, etc.We'll work with the test database of employees. Let's learn about the data structure and types of this schema. Learn how to create an EER diagram with the schema of the data and export it into a ready-to-use SQL file.In this course, you will:Learn the main branches of SQL syntaxWork with the MySQL WorkbenchDesign the EER schemas and implement complex databasesUse Datatypes, Keys, Charset and CollationAnalyze data using Aggregate FunctionsBuild CRUD operations - INSERT, SELECT, UPDATE, DELETELearn and use SQL joinsAnd more!I think that RDBMS is one of the crucial skills in Computer Science and would help you in Computer Programming. Working with the data as a professional is a constant tool that won't change over time. If you learn SQL ones, this will be yours, forever, anytime, anywhere.What Jobs Require Knowledge of SQL?Data AnalyticsProduct AnalyticsData ScientistBackend or Database EngineerSQL Server Database AdministratorSenior Web or Application DeveloperMySQL Database AdministratorPHP DeveloperNodeJS DeveloperLead Software EngineerFull Stack Engineer/Developer
Overview
Section 1: Introduction
Lecture 1 Installation guide
Lecture 2 A glance at the Workbench
Lecture 3 Data Normalization
Lecture 4 SQL and RDBMS
Section 2: DDL = Data Definition Language
Lecture 5 DDL review, CREATE / DROP DATABASE
Lecture 6 CREATE / DROP TABLE intro
Lecture 7 Integers
Lecture 8 Floating-point numbers, exact precision and BIT
Lecture 9 UTF8MB4 Character Set, Collation Explained
Lecture 10 VARCHAR, TEXT, CHAR
Lecture 11 BLOB, ENUM, SET
Lecture 12 Date and Time
Lecture 13 DEFAULT values
Section 3: Indexes, Keys, ALTER
Lecture 14 Binary Search, B-trees and Keys
Lecture 15 Primary and Unique keys. NOT NULL
Lecture 16 Foreign keys
Lecture 17 ALTER statement
Lecture 18 How to construct any DDL statement?
Section 4: Workbench and EER (Enhanced Entity-Relationship) diagrams
Lecture 19 EER diagram with workbench
Lecture 20 Export DDL from EER
Lecture 21 Import and Backup
Section 5: DML = Data Manipulation Language
Lecture 22 Intro to DML
Lecture 23 Insert
Lecture 24 Upload employees test_db
Lecture 25 SELECT + WHERE
Lecture 26 Comparison Functions and Operators
Lecture 27 LIKE and String Comparison
Lecture 28 ORDER BY, LIMIT, Subqueries
Lecture 29 UPDATE
Lecture 30 DELETE
Section 6: Mighty Select
Lecture 31 Aggregate Functions (COUNT, MAX, AVG and etc)
Lecture 32 GROUP BY and HAVING
Lecture 33 UNION
Lecture 34 What is the beast: JOIN Clause?
Lecture 35 JOIN types explained with diagrams (not Venn!)
Lecture 36 The Power of JOIN
Lecture 37 Data relations
Lecture 38 Greatest N per group
Anyone interested in learning SQL - is one of today's most in-demand skills,Business owners, sales or marketing roles who are interested in better data understanding,A hands-on and highly engaging introduction to SQL for Data Analysis,Developers who wanted to build applications


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/c07d0dff97a02c41dd3489dddf051259/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part1.rar.html
https://rapidgator.net/file/756ef879eec87513055d07a891ebd3b3/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part2.rar.html
https://rapidgator.net/file/cca97b5a582ec6a44222af82a65d311e/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part3.rar.html
https://rapidgator.net/file/2ac3cea2d908f7892613a893ee1a93ae/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part4.rar.html
https://rapidgator.net/file/8ed4c79096b491cbb35a9acc518c7c7a/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part5.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/0713Be5E09600523/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part1.rar
https://uploadgig.com/file/download/C1b560d7130Ec1ec/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part2.rar
https://uploadgig.com/file/download/6FeEf7630fab04bA/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part3.rar
https://uploadgig.com/file/download/05bB74aC676cE4E5/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part4.rar
https://uploadgig.com/file/download/47dC630ddFA73b5b/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part5.rar

nitroflare.com:
Citar
https://nitroflare.com/view/302B23E867E0B51/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part1.rar
https://nitroflare.com/view/031C65CF0460B44/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part2.rar
https://nitroflare.com/view/BBAD54A97B46210/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part3.rar
https://nitroflare.com/view/F966203122F9461/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part4.rar
https://nitroflare.com/view/46CE5BB0F6420AE/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part5.rar

1dl.net:
Citar
https://1dl.net/19qi5e59l226/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part1.rar.html
https://1dl.net/fg3ya8j6miqk/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part2.rar.html
https://1dl.net/d6fdsuy097u1/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part3.rar.html
https://1dl.net/h4clz4situaf/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part4.rar.html
https://1dl.net/db03wstpkb9i/xkhko.Mysql.For.Everyone..Sql.For.Developers.Data.Analysts.And.Bi.part5.rar.html