Introduction
- MySQL is not currently the best choice for massively complex data centre operations in very large enterprises (e.g. processing hundreds of millions of records in highly interdependent systems), but it is rapidly acquiring many of the features which have previously excluded it from this domain (e.g. transactions, sub-selects, triggers, etc).
- Although most of these features appear in the latest MySQL development releases, we are not yet confident enough of their maturity to recommend them for the largest business-critical applications.
- This course covers the basics of the SQL language as implemented by MySQL.
- The course is designed to give delegates practical experience in writing SQL statements using the MySQL client program and MySQL Query Browser.
- The basic SQL statements, including the use of SQL functions and the basic table and view handling statements are introduced.
Suitable For
- Anyone who needs to access and work with a MySQL Database
Course Prerequisities
- There are no formal pre-requisites, although an understanding of databases and exposure to information technology in general would be useful.
Objectives
To provide the skills needed to create and alter a MySQL database and query and modify data held within such a database.
- Using client programs to access a MySQL database
- Creating, altering and dropping a MySQL database
- Writing SQL statements to select data from a MySQL database
- Writing joins and subqueries
- Using SQL expressions
- Using SQL aggregate functions and scalar functions
- Inserting, updating, deleting and replacing rows
- Creating and altering tables, indexes and views
- Using transactions
- Granting and revoking access privileges on tables and views
- Exporting and importing data
Database ConceptsUsing The MySQL clientBasic SELECT |
LIMIT, UNION and Aggregate functionsSubqueries and JoinsDate, Time and Other FunctionsDatabases and TablesAccess Control |