SQL in a Nutshell by Kevin Kline with Daniel Kline Following are the changes made in the 2/01 reprint. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language or formatting problem (page-number): minor formatting problem, or language change ?page-number?: question or request for clarification (22) Table 2-6, symbol for division operator; The division operator symbol should be shown as a forward slash character [/] instead of a backward slash [\]. (22) Table 2-6, second symbol for inequality operator; The exclamation point character [!] part of the second inequality operator symbol [!=] was set in italics. It has been changed to roman. (134) The 5th and 6th lines in the example under "The FROM clause" did read: FROM employee e, jobs j Now read: FROM employee e, jobs AS j