Deutschland: +49 (0)89/420 95 98 95
USA Subscription Renewals: +1-866-830-4410
EMEA: +353 1 6919191
I passed the Core exam today, and at that with 15 minutes to spare! I owe this in large part to the MySQL Certification Study Guide, a very pleasant book, easy to use and with clear explanations. Many thanks to you and your coauthors for this fine book! — Ida Engqvist, Department of Neuroscience, Karolinska Institutet, Sweden
On February 1st, 2005, the MySQL Certification Exams will be updated to reflect the changes that have taken place with the release of MySQL Server version 4.1. The following presents a high-level overview of the changes that will occur on the exams as they are upgraded from MySQL 4.0 to MySQL 4.1.
Please read the MySQL Certification Study Guide Addendum (pdf format) for more information.
SELECT statements is increased from taking up 10% of the exam questions to 15%.TIMESTAMP behavior and storage requirements for character strings will appear.GROUP_CONCAT() function, and GROUP BY ... WITH ROLLUP will appear in the section SELECT statements.INSERT ... ON DUPLICATE KEY UPDATE.There will be no structural changes to the Professional exam. However, questions will appear on the topics described in the Study Guide Addendum
MEMORY tables.SHOW WARNINGS will be part of the section Advanced Server Features.MySQL Server 4.1 introduces some completely new features that are important in their own right. But the area of application for these features is so new that they do not fit into the framework of general MySQL usage. We mention them here for the sake of completeness, and to clarify that they will not appear on the exam.
MySQL server now supports the spatial data types required for analyzing geographic features. The spatial data types allow you to store locations (such as lakes, cities, postcode areas, street intersections) in the database, and retrieve them using special functions. Most often, the spatial functions will, given a border, select those locations that are within the border, outside the border or which intersect the border.
Apart from briefly covering the need to be aware of potential new storage requirements, the exam does not touch upon newly introduced support for character sets and character collations.

