PeteEs / mysql_database_administration

Examples & Solutions from database administration courses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples & Solutions from database administration courses


πŸ“Œ Course 1:
MySQL database administration: Basics

πŸ“ Description:

βž₯ Creating, Altering, and Deleting Schemas & Tables
Firstly, learning how to create schemas and tables using SQL code and with the Workbench UI tools. Then, learing how to alter tables by adding and removing columns. Finally, walking through dropping schemas and tables.

βž₯ Inserting, Updating, and Deleting Records
Learning how to populate those tables with records of data, and update and delete records as needed.

βž₯ Database Design
Learning how tables relate to one another optimally, and discussing best practices for database design. Exploring the EER Diagram Editor.

βž₯ Advanced Concepts
Getting into concepts like adding an index to a column, imposing constraints, and creating stored procedures and triggers.

βž₯ Server & User Management
Learning how to monitor servers to make sure they are running, and how to restart them when needed. Using user management tools to assign roles and manage permissions.


πŸ“Œ Course 2:
MySQL database administration: Advanced

πŸ“ The most important topics:

βž₯ Importing Data to the Database

βž₯ Altering, Updating & Mapping Keys

βž₯ Replication, Backup & Recovery

βž₯ Trigger Automation

βž₯ Creating Views

βž₯ The EER Diagram Editor

βž₯ Stored Procedures & Scheduled Events

βž₯ Automating Data from Website Activity

βž₯ Database Security

About

Examples & Solutions from database administration courses