日本: 03-5918-7507
USA - Toll Free: +1-866-221-0634
USA - From abroad: +1-408-701-9009
USA - Subscription Renewals: +1-866-830-4410
UK: +44 845 399 1124
Ireland: +353 1 6919191
Germany: +49 89 420 95 98 95
France: +33 1 70 38 72 00
Sweden: +46 730 207 871
Benelux: +358 50 5710 528
Italy: +39 06-99268193
Israel: +358 50 5710 528
Spain & Portugal: + 34 933905461
Other EMEA countries: +353 1 6919191
Asia Pacific: +81 3 5918 7507
MySQL の新しいリリース、技術情報、イベントなどの情報が記載されています。
毎月発行される MySQL ニュースレターを購読しませんか?
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.
