Feedback

Feedback to trainingforit.co.uk


Site comment Site ratings
Email (optional)

Content

Design

Ease of use

Overall

MySQL for Developers

Summary
Length:
5 days
Price:
1,495 GBP excl. VAT
Training Provider:
StayAhead Training plusStayAhead Training
Location:
Training Method:
Startdate:  
London: 05/03/2012, 23/04/2012, 18/06/2012, 13/08/2012, 08/10/2012, 26/11/2012
Birmingham: 26/03/2012, 02/07/2012, 19/11/2012

About MySQL for Developers

MySQL for Developers Course Overview
This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands.  The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling.

Skills Gained
The delegates will practise:
  • Using advanced features of the MySQL Client
  • Using advanced data types
  • Managing the structure of databases and tables
  • Managing and using indexes
  • Writing complex SQL query statements
  • Using advanced SQL expressions
  • Using advanced SQL functions
  • Performing advanced Insert, Update, Delete, Replace and Truncate Operations
  • Using user variable syntax and properties
  • Importing and exporting data from within MySQL
  • Importing and exporting data from the command line
  • Performing complex joins to access multiple tables
  • Performing complex subqueries
  • Creating, managing and using views
  • Using prepared statements
  • Creating and using stored routines
  • Creating and using triggers
  • Event Scheduling
  • Obtaining database metadata
  • Optimizing queries
  • Working with the main storage engines
  • Debugging MySQL applications

Who will the Course Benefit?
MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course.

Course Objectives
To provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database.

Examinations
Together with the Introduction to MySQL course, the content of this MySQL for Developers course covers the topics required for the
MySQL 5 Developer Certified Professional Exam, Part I (1Z0-871) and
MySQL 5 Developer Certified Professional Exam, Part II (1Z0-872).

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

Exams are not included as part of the course.

Requirements
A working knowledge of MySQL is required.  This can be gained by attendance on the Introduction to MySQL course.

Pre-Requisite Courses
  • Introduction to MySQL




Follow-On Courses
  • MySQL Database Administration


  • PHP Programming & MySQL for Web Development


  • Perl Programming




NOTE: Course technical content is subject to change without notice.

MySQL for Developers Training Course
Course Contents - DAY 1
Course Introduction
  • Administration and Course Materials
  • Course Structure and Agenda
  • Delegate and Trainer Introductions

Session 1: CLIENT/SERVER CONCEPTS
  • MySQL client/server architecture
  • Server modes
  • Using client programs
  • Logging in options
  • Configuration files
  • Precedence of logging in options
  • Exercises:   Using client/server

Session 2: THE MYSQL CLIENT PROGRAM
  • Using MySQL interactively
  • The MySQL prompts
  • Client commands and SQL statements
  • Editing
  • Selecting a database
  • Help
  • Safe updates
  • Using script files
  • Using a source file
  • Redirecting output into a file
  • Command line execution
  • Mysql output formats
  • Overriding the defaults
  • Html and xml output
  • Exercises:   Using the MySQL client program

MySQL for Developers Training Course
Course Contents - DAY 1 (Purchasing continued)
Session 3: DATA TYPES
  • Bit data type
  • Numeric data types
  • Auto_increment
  • Character string data types
  • Character sets and collation
  • Binary string data types
  • Enum and Set data types
  • Temporal data types
  • Timezone support
  • Handling Missing Or Invalid Data Values
  • SQL_MODE options
  • Exercises:   Using data types

Session 4: IDENTIFIERS
  • Using Quotes with identifier naming
  • Case sensitivity in Identifier naming
  • Qualifying columns with table and database names
  • Using reserved words as identifiers
  • Function names
  • Exercises:   Using identifiers

Session 5: DATABASES
  • Database properties
  • Creating a database
  • Selecting a database
  • Altering databases
  • Dropping databases
  • Obtaining database metadata
  • The SHOW command
  • The INFORMATION_SCHEMA database
  • The SHOW CREATE command
  • Exercises:   Using databases

MySQL for Developers Training Course
Course Contents - DAY 2
Session 6: TABLES AND INDEXES
  • Table properties
  • Creating tables
  • Create table using Select or Like
  • Temporary tables and memory tables
  • Altering tables
  • Adding columns
  • Changing column widths and types
  • Renaming columns
  • Dropping columns
  • Adding constraints
  • Dropping constraints
  • Renaming tables
  • Change the table storage engine
  • Multiple alterations
  • Dropping tables
  • Emptying tables
  • Obtaining table metadata
  • Show create table
  • The information_schema
  • Index introduction
  • Structure of a mysql index
  • Creating and dropping indexes
  • Creating an index
  • Altering a table to add an index
  • Specifying index type
  • Dropping indexes
  • Obtaining Index Metadata
  • Exercises:   Creating, altering and dropping tables/indexes

Session 7: QUERYING FOR DATA
  • The SQL select statement and MySQL differences
  • Advanced order by
  • Order by and collation
  • Order by with enum datatype
  • Order by with Set datatype
  • Ordering with distinct and group by
  • Special features of union
  • Limit and order by clauses
  • Group By clause
  • Group_concat
  • Using Rollup in a Group By clause
  • Exercises:   Querying for data

Session 8: SQL EXPRESSIONS AND FUNCTIONS
  • Components of expressions
  • Nulls
  • Numeric expressions
  • String expressions
  • Temporal expressions
  • Comparison functions
  • Flow control functions
  • Numeric functions
  • String functions
  • Temporal functions
  • Exercises:   Using expressions and functions

MySQL for Developers Training Course
Course Contents - DAY 2 (Purchasing continued)
Session 9: UPDATING DATA
  • Update operations and privileges
  • Inserting rows
  • Insert using a set clause
  • Inserting duplicate values
  • Replacing rows
  • Updating rows
  • Update using the order by and limit clauses
  • Deleting rows
  • The delete and truncate statements
  • Exercise:   Inserting, updating, replacing and deleting data

Session 10: CONNECTORS
  • MySQL client interfaces
  • Connector/j
  • Connector/odbc
  • Connector/net

MySQL for Developers Training Course
Course Contents - DAY 3
Session 11: OBTAINING DATABASE METADATA
  • What is metadata?
  • The mysqlshow utility
  • The show and describe commands
  • Describing tables
  • The information_schema
  • Listing tables
  • Listing columns
  • Listing views
  • Listing key_columns_usage
  • Exercises:   Obtaining database metadata

Session 12: DEBUGGING
  • Mysql error messages
  • The show statement
  • Show errors
  • Show count(*) errors
  • Show warnings
  • Show count(*) warnings
  • Note messages
  • The perror utility
  • Exercises:   Debugging

Session 13: JOINS
  • Overview of inner joins
  • Cartesian product
  • Inner joins with original syntax
  • Non equi-join
  • Using table aliases to avoid name clashes
  • Inner Joins With ISO/ANSI Syntax
  • Outer Joins
  • Left outer joins
  • Right outer joins
  • Full outer joins
  • Updating multiple tables simultaneously
  • Updating rows in one table based on a condition in another
  • Updating rows in one table reading data from another
  • Deleting from multiple tables simultaneously
  • Deleting rows in one table based on a condition in another
  • Exercises:   Coding joins

Session 14: SUBQUERIES
  • Types of subquery
  • Multiple-column subqueries
  • Correlated subqueries
  • Using the ANY, ALL and SOME operators
  • Using the EXISTS operator
  • Subqueries as scalar expressions
  • Inline views
  • Converting subqueries to joins
  • Using subqueries in updates and deletes
  • Exercises:   Coding subqueriess

Session 15: VIEWS
  • Why views are used
  • Creating views
  • View creation restrictions
  • View algorithms
  • Updateable views
  • Altering and dropping views
  • Displaying information about views
  • Privileges for views
  • Exercises:   Using views

MySQL for Developers Training Course
Course Contents - DAY 4
Session 16: IMPORT AND EXPORT
  • Exporting using SQL
  • Privileges required to export data
  • Importing using SQL
  • Messages when loading data
  • Privileges required to load data
  • Exporting from the command line
  • Mysqldump main options
  • Importing from the command line
  • Mysqlimport main options
  • Exercises:   Importing and exporting

Session 17: USER VARIABLES AND PREPARED STATEMENTS
  • Creating User variables
  • User variables in a select
  • Prepared statements
  • The prepare statement
  • The execute statement
  • The deallocate statement
  • Exercises:   Using variables and prepared statements

Session 18: INTRODUCTION TO STORED ROUTINES
  • Types of stored routines
  • Benefits of stored routines
  • Stored routine features
  • Differences between procedures and functions
  • Introduction to the Block
  • Declaring variables and constants
  • Assigning values to variables
  • Definer rights and invoker rights
  • Using SELECT in stored routines
  • Altering and dropping stored routines
  • Obtaining stored routine metadata
  • Stored routine privileges and execution security
  • Exercises:   Writing simple stored routines

Session 19: STORED ROUTINES - PROGRAM LOGIC
  • The IF .. THEN .. ELSEIF construct
  • The CASE statement
  • The basic loop
  • The while loop
  • The repeat loop
  • The iterate statement
  • Nested loops
  • Exercises:   Writing stored routines with program logic

Session 20: STORED ROUTINES - EXCEPTION HANDLERS & CURSORS
  • Dealing with errors using Exception handlers
  • Cursors
  • What is a cursor?
  • Cursor operations
  • Declaring cursors
  • Opening and closing cursors
  • Fetching rows
  • Status checking
  • Exercises:   Writing stored routines with program logic

MySQL for Developers Training Course
Course Contents - DAY 5
Session 21: PROCEDURES WITH PARAMETERS
  • Creating procedures with parameters
  • Calling Procedures With Parameters
  • Exercises:   Writing stored routines with parameters

Session 22: FUNCTIONS
  • What is a function?
  • The create function statement
  • Executing functions
  • Executing functions from code
  • Executing functions from SQL statements
  • The deterministic and SQL clauses
  • Exercises:   Writing functions

Session 23: TRIGGERS
  • Trigger creation
  • Restrictions on triggers
  • The create trigger statement
  • Using the old and new qualifiers
  • Managing triggers
  • Destroying triggers
  • Required privileges
  • Exercises:   Writing triggers

Session 24: THE EVENT SCHEDULER
  • Event scheduler concepts
  • Event scheduler configuration
  • Creating, altering and dropping events
  • Event scheduler monitoring
  • Events and privileges
  • Exercises:   Creating and using events

Session 25: BASIC OPTIMIZATIONS
  • Normalisation of data to third normal form
  • Using indexes for optimization
  • General query enhancement
  • Using Explain to analyze queries
  • Choosing an INNODB or MYISAM storage engine
  • Exercises:   Making use of basic optimizations

Session 26: MORE ABOUT INDEXES
  • Indexes and joins
  • Exercises:   Investigating indexes and joins

Continuing studies

Follow on courses: MySQL Database Administration, PHP Programming & MySQL for Web Development, Perl Programming

Expenses

£1,495.00

About StayAhead Training

technical it training

SQL, Oracle, UNIX and Linux experts

StayAhead Training are recognised as one of the top 50 IT Training organisations in the UK and the first choice provider of UNIX, Linux, MySQL and Oracle training courses for many of the UK's most prominent organisations.

StayAhead Training was established in 1992 and now have training centres in London, Birmingham, Manchester, Leeds, Edinburgh and Bristol. Because of this, StayAhead are able to offer a large range of scheduled, tailored and onsite training. Independent of where you are based, StayAhead can help you and your firm's IT requirements be reality.

StayAhead IT Training works with some of the largest names in the IT training industry to provide courses on behalf of Parity Training, Global Knowledge, New Horizons and many more.

unix, linux, oracle, sql, javaSpecialist IT training

StayAhead Training have a formidable reputation for quality and expertise within the UNIX, Oracle, Linux and MySQL arena and enjoy an enviable position in the UK by being amongst the top IT Technical training organisations.

The UNIX curriculum not only covers standard UNIX but includes a range of Solaris, AIX, HP-UX, Linux, SUSE, LPI & Red Hat Linux training. The Oracle curriculum also has depth with courses available for DBAs, Developers and Designers. If certification is important to you then again we do not disappoint taking delegates to the level required to take the examinations in Solaris, Red Hat, SUSE, LPI, MySQL, Oracle Forms Developer and Oracle DBA. With the Oracle e-business suite growing in popularity a range of Oracle Financials courses are also available.

StayAhead's training flexibility comes from developing their own courses that include high quality course material, written not only to support the learning process, but can also act as a helpful reference guide on the delegates return to work.

In-house IT training

In addition to the public schedule of courses provided, StayAhead offer all courses in-house at a client's site, or at a StayAhead location. All courses can be tailored to meet our clients' specific needs. For courses at the client's site StayAhead can provide all the necessary hardware and software.

StayAhead's focus on IT training

StayAhead understands the best approach for such technical IT training is always to be enthusiastic, business-like, informal yet professional. Whether delegates attend a StayAhead Training scheduled course or an on-site course, each event is approached in a professional manner.

StayAhead's style of delivery is designed to foster the development of learning. Instructor led tutorials are followed by practical exercises. The style is experiential allowing delegates to take ownership and solve problems for themselves. Research shows that the pace of learning is greatly accelerated when delegates are shown HOW to solve their problems rather than just why they should.

specialist it training


plus Show all courses with StayAhead Training

Request information - obligation free

Get more information from StayAhead Training by filling out the following form. This is a free service for you and the course provider to help you find the most suitable training.
To request information from StayAhead Training, please fill out the following details:
* =  Required field
Email Address*
First Name*
Last Name*
Company
Position
Town/City*
Telephone*
Start date
Number of participants
Message*
Rules

Contact information for StayAhead Training

StayAhead Training

6 Long Lane, Barbican
EC1A 9HF London

Phone no: 020 7600 6116
www.stayahead.com

More Information
Request Information
To request information from MySQL for Developers, please fill out the following details:

What happens now?
Write a course review
Have you studied » MySQL for Developers at » StayAhead Training? Share your experience & help others to pick the right course. Set grades (1-5) where 1= very poor & 5 = excellent.
V. Poor | Poor | OK | Good | Excellent
Trainer / Provider
Venue / Facilities
Course Materials
Networking with other delegates

Do you recommend the provider:


Need help finding the right course?

  
By submitting your e-mail, you become a member of Trainingforit.co.uk