Introduction
- Understand the steps necessary to invoke MySQL client programs
- Utilize the general-purpose mysql client program and the MySQL Query Browser graphical user interface (GUI) to run queries and retrieve results
- Select the best data type for representing information in MySQL
- Manage the structural characteristics of your databases and the tables within your databases
- Utilize the SELECT statement to retrieve information from database tables
- Utilize expressions in SQL statements to retrieve more detailed information
- Utilize SQL statements to modify the contents of database tables
- Write join expressions in your SQL statements to obtain information from multiple tables
- Utilize subqueries in your SQL statements
- Create views utilizing SELECT statements to produce virtual tables of specific data
- Perform bulk data import and export operations
- Create user defined variables, prepared statements and stored routines
- Configure and Optimize MySQL
Prerequisites
- Having attended the MySQL for Beginners course or some experience with Relational Databases and SQL
Objectives
- MySQL Overview, Products and Services
- MySQL Enterprise Services
- Supported Operating Services
- MySQL Certification Program
- Training Curriculum Paths
- MySQL Website
- Installing MySQL and the World Database
Goals
- The MySQL for Developers course is the foundation course for developers planning on designing and implementing applications that make use of MySQL. This course covers essential SQL statements for data design, querying, and programming. In addition, it will prepare students for the MySQL Developer certification.
Students who can benefit from this course:
- Developers who want to create applications using MySQL
- Students wishing to prepare for the MySQL Developer Certification Ex
MySQL Client/Server ConceptsQuerying for Table DataSQL ExpressionsData TypesObtaining Metadata |
TablesManipulating Table DataJoinsViewsPrepared StatementsExporting and Importing DataTriggersStorage Engines |