Skip to page content Skip to section menu Skip to site-wide navigation About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Introduction to MySQL — A 3-Day Course

Course Synopsis

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.

Course Objectives

To provide the skills needed to create and alter a MySQL database and query and modify data held within such a database.

The delegates will practise:

Suitable For

Course Prerequisities

There are no formal pre-requisites, although an understanding of databases and exposure to information technology in general would be useful.

Note

This course covers the topics required for the Certified MySQL Associate examination. Together with the MySQL for Developers course, this course covers the topics required for the Certified MySQL Developer I and Certified MySQL Developer II examinations. Together with the MySQL Database Administration course, this course covers the topics required for the Certified MySQL DBA I and Certified MySQL DBA II examinations.

Before taking any exam, ensure you have the recommended experience. The Sun Microsystems website lists all exam requirements and these are updated regularly.

Exams are not included as part of the course.

Publicly scheduled dates, locations, and prices

London — £895 (+VAT)

  • 29–31 Mar 2010
  • 5–7 May 2010
  • 7–9 Jul 2010
  • 18–20 Aug 2010
  • 13–15 Oct 2010
  • 8–10 Dec 2010

Manchester — £895 (+VAT)

  • 2–4 Jun 2010
  • 4–6 Aug 2010
  • 6–8 Oct 2010
  • 24–26 Nov 2010

Contents

Database Concepts

Using The MySQL client

Basic SELECT

LIMIT, UNION and Aggregate functions

Subqueries and Joins

Numeric and Character functions

Date, Time and Other Functions

Databases and Tables

Indexesand Views

Managing Data

Access Control

Import and Export