MySQL & mSQL by Randy Jay Yarger, George Reese, and Tim King Following are the changes made in the 9/99 reprint: (25) In Figure 2-12, the Record Label entity, looked like this: +--------------------+ | Record Label | +--------------------+ | Record Label ID | | --------------- | | Record Label Name | | Address | | City | | State Name | | State Abbreviation | | Zip | +--------------------+ It now looks like this +--------------------+ | Record Label | +--------------------+ | Record Label ID | | --------------- | | Record Label Name | | Address | | City | | Zip | +--------------------+ (51) In Table 4-1 Insert_riv now reads: Insert_priv (54) In Table 4-2 Insert_riv now reads: Insert_priv (55) In Table 4-3 Insert_riv now reads: Insert_priv (59) In the first paragraph after the 'Third Party Tools' heading Linux Torvalds now reads: Linus Torvalds {388} read: my @tables = $db->func->('_ListTables'); it now reads: my @tables = $db->func('_ListTables'); {412} read: my $output = $db->query('SLECT * from mydata'); it now reads: my $output = $db->query('SELECT * from mydata'); (Index) Many index entries were incorrect. The corrected index can be found at http://www.ora.com/catalog/9781565924345/inx.html.