Introduction to MySQL Workbench: A Beginner’s Guide
This course is designed to equip beginners with the fundamental skills needed to effectively utilize MySQL Workbench for database management and development. Whether you're new to databases or transitioning from another platform, this course will provide you with a solid foundation in using MySQL Workbench to create, manage, and query databases.
Course Objectives
- Understand the basic concepts of relational databases.
- Learn to navigate and utilize the MySQL Workbench interface efficiently.
- Create and manage databases, tables, and relationships using MySQL Workbench.
- Perform basic and intermediate SQL queries within MySQL Workbench.
- Gain familiarity with data modelling and visualization tools available in MySQL Workbench.
AU$ 350.00
350.0
AUD
AU$ 350.00
Responsible | Dr M. Motahar |
---|---|
Last Update | 30/04/2024 |
Completion Time | 5 hours 7 minutes |
Members | 22 |
Share This Course
Share Link
Share on Social Media
Share by Email
Please login to share this Introduction to MySQL Workbench: A Beginner’s Guide by email.
-
Introduction to MySQL Workbench
-
What is MySQL?10 xp
-
What is MySQL Workbench?10 xp
-
How to Download and Install MySQL Workbench (For Windows)10 xp
-
How to set up MySQL Server (For Windows)10 xp
-
Brief Tour of MySQL Workbench10 xp
-
How to Download and Install MySQL Workbench (For Mac)10 xp
-
How to Set Up MySQL Server (For Mac)10 xp
-
How to Download Sample Databases (for Mac)10 xp
-
How to Access your Sample Databases10 xp
-
-
Navigating MySQL Workbench
-
The SQL Visual Editor10 xp
-
Workbench Preferences10 xp
-
The SQL Workbench Main Toolbar10 xp
-
Administration Navigator Tab10 xp
-
Schemas Navigator and Information Panel10 xp
-
-
ER Modelling
-
Generate ER Models of the Sample Databases10 xp
-
Overview of the Model Editor10 xp
-
Creating an ER Model in MySQL Workbench10 xp
-
Creating an ER Diagram10 xp
-
How to Establish Relationships between Tables10 xp
-
How to Export a Schema from the Model Editor10 xp
-
-
Creating and Managing Databases
-
Creating New Databases10 xp
-
USE and DROP Databases10 xp
-
How to Back up your Databases (using Data Export)10 xp
-
How to Restore your Databases (Using Data Import/Restore)10 xp
-
SHOW Databases and Managing Database Connections10 xp
-
-
Working with Tables
-
Reviewing Table Design10 xp
-
Data Types and Constraints10 xp
-
Creating a Table10 xp
-
Implementing Relationships using Primary Keys and Foreign Keys10 xp
-
Altering Tables10 xp
-
-
Inserting and Updating Data
-
How to Insert Data using Data Import/Restore10 xp
-
Importing Data using INSERT INTO10 xp
-
How to Enable Loading In Local Files into MySQL Workbench10 xp
-
How Import a CSV File into a Table10 xp
-
UPDATE Table10 xp
-
DELETE FROM Table10 xp
-