MySQL Developer Training Course Content
MySQL Developer Training Course Content
Duration: 3 days
Day 1
Introduction
MySQL Clients
Data Types
SQL Expressions
Components of expressions
Applying numeric, string, spatial, and temporal values in expressions
Pattern matching for string expressions
The properties of NULL values
Functions in expressions
Combining result sets from multiple queries
Comments in SQL statements
Obtaining Metadata
Databases
Day 2
Tables
Table properties
Column options
Creating a table
Modifying a table
Displaying table information
Renaming a table
Removing a table
Foreign Keys
Transactions
Using transactions for concurrent updates
The ACID transaction rules
Isolating transactions
Joining Tables
Subqueries
Nesting queries
Correct positioning of subqueries
Using the appropriate type of subquery
Using the correct SQL syntax to create subqueries
Quantifiers for subquery comparisons
Views
Prepared Statements
Day 3
Stored Routines
Triggers
Optimization