Oracle SQL: The Essential Reference by David C. Kreines Following are the changes made in the 1/01 reprint. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification (xxvi) The first two lines on the page did read: "requirements, such as the rise of give a sense of data warehousing and new technologies like objects, Java, and XML." Now read: "requirements such as data warehousing, and new technologies like objects, Java, and XML." (xxxi-xxxii) The "Comments and Questions" section has been updated. It now reads: Comments and Questions I have tested and verified the information in this book to the best of my ability, but you may find that features have changed or that I have made mistakes. If so, please notify me by writing to: O'Reilly & Associates 101 Morris Street Sebastopol, CA 95472 (800) 998-9938 (in the United States or Canada) (707) 829-0515 (international/local) (707) 829-0104 (fax) There is a web site for this book, where you can find examples, errata, and any additional information. (Previously reported errors and corrections are available for public view there.) You can access this page at: http://www.oreilly.com/catalog/orsqlter/ To ask technical questions or comment on the book, send email to: bookquestions@oreilly.com For more information about our books, conferences, software, Resource Centers, and the O'Reilly Network, see our web site at: http://www.oreilly.com To contact me directly, send email to: dkreines@usa.net {85} The 2nd-4th lines in the syntax for CREATE/ALTER/DROP TABLE did read: (column datatype [DEFAULT expression] [Column_Contraint] [,column datatype [DEFAULT expression] [Column_Contraint]]...) [Table_Contraint_Clause] Now read: (column datatype [DEFAULT expression] [Column_Constraint] [,column datatype [DEFAULT expression] [Column_Constraint]...] [Table_Constraint_Clause]) (370) The third line in the left column did read: "returning current, 181" Now reads: "returning current, 180"