0120-33-9096
03-5717-5033 (携帯電話用)
【電話受付時間】
平日 9:00-11:45、13:00-17:00
USA/Canada - Toll Free: +1-866-221-0634
USA - From abroad: +1-208-327-6494
USA/Canada - Subscription Renewals: +1-866-221-0634
UK: +44 845 399 1124
Ireland: +353 1 6919191
Germany: +49 89 420 95 98 95
France: +33 1 70 61 48 95
Sweden: +46 730 207 871
Benelux: +31 6 25003558
Italy: +39 06-99268193
Israel: +31 6 25003558
Spain & Portugal: + 34 933905461
Other EMEA countries: +353 1 6919191
Australia/NZ: +61 2 42314328
Asia Pacific: +81 3 5843 1141
Note: The information below is for the first edition (for MySQL 4 exams) of the MySQL Certification Study Guide. Errata for the second edition (for MySQL 5.0 exams) may be found here.
Note: The Core and Professional certifications will not be offered after December 31, 2006.
world database which is used as an example in
several different places in the book may be downloaded from http://dev.mysql.com/doc/.
Country should read
CountryCode.shell> examples: replace
--fields-terminated-by with fields-enclosed-by.CREATE TABLE statement: Delete the comma in
CountryCode CHAR(3) NOT NULL,TIMESTAMP values are stored as
UTC, not the server's local timezone.creation is declared as NULL, MySQL will never assign
a NULL value to a TIMESTAMP column, but use the "zero"
value instead.)SHOW TABLES
LIKE '%test%';(1+2+8) should read (1+2+4).UNION with UNION ALL" to "replace all
instances of UNION with UNION ALL"AS Species"; in the rest of the text, "species" should appear with lowercase 's'.NULL values", add: ", except where the values being aggregated
are all NULL". In the example immediately following, the output
should be (9, 7, NULL, NULL) rather
than (9, 7, 0, 0). On page 201,
delete the paragraph "Note that SUM()..." just before the
heading of section 6.7.name column, i.e.
+---------+----------+ | name | COUNT(*) | +---------+----------+ | Lennart | 4 | +---------+----------+
CountryLanguage and
CountryLanguage tables." should read
"CountryLanguage and Country tables."OR p.id IS
NULL to the WHERE clause will resolve this and also show
the line (125, "Nittboad Inc", NULL, NULL,
NULL) in the result.project table
in the row where pid is 10020, the value of id
should be 110 (rather than 100).WHERE START BETWEEN..." should read
"WHERE p.start BETWEEN..."db_name argument.If you believe you have found further errors in the MySQL Certification Study Guide, please send an e-mail to certification@mysql.com or use our Contact Form.

