Mysql Dba For Beginners

Learn Database Design with MySQL Workbench. SQL DBA for Beginners: A Relational Database Management System Introduction.

Last updated 2022-01-10 | 4.5

- Write SQL queries and use the MySQL Workbench UI to create databases and tables
- Learn how to alter tables by adding and removing columns
- Connect data between tables by creating primary and foreign key relationships

What you'll learn

Write SQL queries and use the MySQL Workbench UI to create databases and tables
Learn how to alter tables by adding and removing columns
Connect data between tables by creating primary and foreign key relationships
Assign user roles and permissions to database users
just like a real DBA
Solve practical hands-on assignments and real-world business use cases
Master unique tips
tools and case studies that you won't find anywhere else
Understand common Relational Database Management Systems (RDBMS)
Get LIFETIME access to resource files
quizzes
assignments
and expert support

* Requirements

* MySQL Workbench and Community Server for Mac or Windows/PC (we’ll walk you through the free install process)
* Basic understanding of database fundamentals encouraged
* but not required

Description

If you’re looking to develop practical, real-world analytics and BI skills and learn how to create and maintain databases, you’ve come to the right place.


This course is unlike anything you’ve seen before, guaranteed. We'll start from the ground up, teaching you the tools to get the job done, and most importantly how to you apply your skills to real projects and learn how to truly think like a Database Administrator.


You’ll be playing the role of a Database Administration Consultant for Maven Consulting, a firm that helps businesses create, maintain, and optimize their databases. Throughout the course, you’ll be working directly with the owners of various companies to help them manage data in their new and scaling enterprises. You will use the skills you learn to complete actual projects that database administration professionals work on every day.


COURSE OUTLINE:


  • SQL Intro & MySQL Setup

    For students who haven't completed one of our other SQL courses, we'll demonstrate exactly how to download and install the tools that we'll need to access MySQL, including MySQL Community Server & MySQL Workbench. We'll share download guides for both Mac & PC, and run our first piece of SQL code to generate the project database that we'll analyze throughout the course.

  • Creating, Altering, and Deleting Schemas & Tables

    In this section we'll learn how to create schemas and tables using SQL code and with the Workbench UI tools. Then, we will learn how to alter tables by adding and removing columns. Finally, we will walk through dropping schemas and tables (be careful with this one).

  • Inserting, Updating, and Deleting Records

    After we get up to speed creating and altering tables, we will learn how to populate those tables with records of data, and update and delete records as needed.

  • Database Design

    Now that we have covered the basic mechanics, we will learn how tables relate to one another optimally, and discuss best practices for database design. We will explore the EER Diagram Editor, and you will have some opportunities to create your own database models.


    ***MID-COURSE PROJECT:
    Normalize this database for your client! 

  • Advanced Concepts
    In this section, we will get into concepts like adding an index to a column, imposing constraints, and creating stored procedures and triggers. This is powerful stuff! 

  • Server & User Management
    In our last section before the Final Project, we will learn how to monitor servers to make sure they are running, and how to restart them when needed. You will also get your hands on user management tools to assign roles and manage permissions, just like a real DBA.

    ***FINAL COURSE PROJECT: Design and build an entire database from scratch! 


IMPORTANT NOTE: This course does NOT cover data exploration and database analysis. Our goal here is to focus on building, altering, and maintaining SQL/MySQL databases using MySQL and MySQL Workbench (we cover data analysis in-depth in separate courses).

______________________________


Enroll today and get LIFETIME access to:

  • 7 hours of high-quality video

  • Downloadable MySQL ebook and cheat sheets

  • Quizzes and homework assignments

  • Mid-course and Final SQL projects

  • 30-day money-back guarantee

If you’re looking for a hands-on, practical guide to mastering database administration skills using SQL/MySQL, this is the course for you!


Happy administering!

-John (Lead SQL Instructor & MySQL Expert, Maven Analytics)


______________________________

Looking for the full business intelligence stack? Search for "Maven Analytics" to browse our full course library, including Excel, Power BI, MySQL, and Tableau courses!


See why John is one of the TOP-RATED SQL/MySQL Instructors on Udemy:

"I totally loved this course! Everything was easy to understand, but it moved at a fast enough pace that I never got bored. I learned SO much about MySQL and had fun doing it. In fact, at the end of the day I didn't want to stop learning -- I wanted to keep charging on to the next lesson!"

- Ann S.

"This is an excellent advanced course! I've taken multiple SQL courses from Maven Analytics and recommend them all. The best part of this course is the detail they included by building a real world e-commerce database. It's much easier to grasp the concepts when you can see how they're literally applied to scenarios and outcomes as opposed to just theory. Great work!"

- Dan S.

"John's deep understanding of SQL and database analysis and ability to explain those tools is really unmatched. I've taken other SQL and MySQL courses and tried reading books, but this course is by far the most effective. Excited to see more courses from John!"

- Steven M.

Who this course is for:

  • Analysts or BI professionals looking to improve their understanding of relational database systems
  • Excel users looking to shift into a broader business intelligence or database-focused role
  • Anyone seeking to learn one of the world’s most popular and powerful database programming languages (SQL)
  • Students looking for a hands-on and highly engaging introduction to MySQL for database administration
  • Anyone looking to pursue a career as a database administrator
  • NOTE: This course does NOT database analysis (we cover data analysis in a separate course)

Course content

11 sections • 77 lectures

Introduction Preview 01:51

READ ME: Important Notes for New Students Preview 02:13

DOWNLOAD: Course Resources Preview 00:15

Introducing The Course Project Preview 01:11

Setting Expectations Preview 02:21

Introduction to SQL Preview 02:25

Relational Databases Preview 02:03

Relational Database Management Systems Preview 01:40

QUIZ: SQL & Relational Database Overview

MySQL Installation Overview Preview 01:45

Mac Download - MySQL Community Server Preview 04:53

Mac Download - MySQL Workbench Preview 02:50

PC Download - MySQL Community Server & MySQL Workbench Preview 07:41

Connecting Workbench To The Server Preview 02:20

MySQL Workbench Interface Preview 10:47

Creating Initial Schemas Preview 04:08

Creating A Schema Using The UI Preview 02:58

Creating A Schema Using SQL Code Preview 04:27

Creating A Table Using The UI Preview 06:52

Creating A Table With A SQL Query Preview 06:03

MySQL Data Types Preview 05:40

Assignment: Creating Your Own Schema And Tables Preview 02:28

Solution: Creating Your Own Schema And Tables Preview 12:01

Adding and Removing Columns In The Editor Preview 13:39

Adding And Removing Columns With SQL Code Preview 05:04

Assignment: Adding And Removing Columns Preview 01:25

Solution: Adding And Removing Columns Preview 06:59

Dropping Schemas And Tables Preview 06:45

Assignment: Dropping Schemas And Tables Preview 01:46

Solution: Dropping Schemas And Tables Preview 02:22

QUIZ: Creating and Altering Schemas & Tables

Inserting Records Into A Table Preview 08:00

Updating Data Records Preview 07:33

Assignment: Inserting And Updating Records Preview 01:30

Solution: Inserting And Updating Records Preview 07:30

Deleting Specific Records Preview 09:41

Deleting All Records With Truncate Preview 10:28

Assignment: Deleting Records Preview 01:32

Solution: Deleting Records Preview 08:16

QUIZ: Inserting, Updating, and Deleting Records

Primary Keys and Foreign Keys Preview 09:30

Primary Keys and Foreign Keys Demo Preview 12:46

Assignment: Table Relationships Preview 01:29

Solution: Table Relationships Preview 09:50

Database Normalization Preview 02:40

Database Normalization Demo Preview 14:36

Assignment: Normalization Preview 01:44

Solution: Normalization Preview 05:50

The EER Diagram Editor Preview 19:13

Assignment: EER Diagram Editor Preview 01:23

Solution: EER Diagram Editor Preview 11:34

QUIZ: Database Design

Assignment: Mid Course Project Preview 01:37

Solution: Mid Course Project Preview 28:18

Creating An Index Preview 04:41

The Unique Constraint Preview 04:08

The Non Null Constraint Preview 04:00

Assignment: Indexes And Constraints Preview 01:12

Solution: Indexes And Constraints Preview 09:24

Stored Procedures Preview 06:27

Assignment: Stored Procedures Preview 02:03

Solution: Stored Procedures Preview 04:24

Triggers Preview 07:50

Assignment: Triggers Preview 01:41

Solution: Triggers Preview 05:08

QUIZ: Advanced Concepts

Server Management Preview 04:09

Assignment: Server Management Preview 00:59

Solution: Server Management Preview 01:46

Managing Users And Permissions Preview 08:05

Assignment: Managing Users And Permissions Preview 01:13

Solution: Managing Users And Permissions Preview 03:09

QUIZ: Server & User Management

Assignment: Final Course Project Preview 01:50

Solution: Final Course Project Preview 43:11

Resources & Next Steps Preview 00:32

BONUS LECTURE: More from Maven Preview 00:59