MySQL for Data Analytics and Business Intelligence
- Offered byUDEMY
MySQL for Data Analytics and Business Intelligence at UDEMY Overview
Duration | 9 hours |
Mode of learning | Online |
Difficulty level | Beginner |
Official Website | Go to Website |
Credential | Certificate |
MySQL for Data Analytics and Business Intelligence at UDEMY Highlights
- Get unlimited access to the course content
- Earn a Certificate from Udemy on successful course completion
- 154 articles + 95 downloadable resources
- Compatible on Mobile and TV
MySQL for Data Analytics and Business Intelligence at UDEMY Course details
- advanced topics in programming like SQL?s triggers, sequences, local and global variables, indexes
- Complex SQL joins
- Students will create, design, and operate with SQL databases
- Adopt professionally tested SQL best practices
- They will proficiency in MySQL Workbench
MySQL for Data Analytics and Business Intelligence at UDEMY Curriculum
Introduction
Why SQL?
Why MySQL?
Introduction to databases
SQL Theory
SQL as a declarative language
Data definition language (DDL)
SQL keywords
Data manipulation language (DML)
Data control language (DCL)
Transaction control language (TCL)
Relational database essentials
Databases vs spreadsheets
Database terminology
Relational schemas - Primary key
Relational schemas - Foreign key
Installing MySQL
Additional note -Installing -Visual C
Installing MySQL on macOS and Unix systems
The Client-Server Model
Setting up a connection
Read me!!!
New Authentication Plugin - Creating a New User
Introduction to the MySQL interface
Creating a Database - Part I
SQL files
Creating a Database - Part I - exercise
Creating a Database - Part I - solution
Creating a Database - Part II
Creating a Database - Part II - exercise
Creating a Database - Part II - solution
Introduction to data types
PRIMARY KEY constraint
PRIMARY KEY constraint - exercise
PRIMARY KEY constraint - solution
FOREIGN KEY constraint - Part I
FOREIGN KEY constraint - Part II
FOREIGN KEY constraint - Part II - exercise
FOREIGN KEY constraint - Part II - solution