Wrox Programmer Forums
|
BOOK: Discovering SQL: A Hands-On Guide for Beginners
This is the forum to discuss the Wrox book Discovering SQL: A Hands-On Guide for Beginners by Alex Kriegel; ISBN: 978-1-1180-0267-4
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Discovering SQL: A Hands-On Guide for Beginners section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 29th, 2011, 10:13 PM
Registered User
 
Join Date: Jun 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Typo on Page 76

I don't know if I was slipped a pre-release version of this book or not but I think I am finding several errors in this book. For instance on Page 76 there is a query:

Code:
SELECT bk_id,
bk_title AS Title,
bk_price AS Price
FROM books
WHERE bk_price = 39.99 OR bk_price = 26.39;
And here are the results:

Quote:
bk_id Title Price
--------- ------------------------ -----
6 SQL Bible 49.99
9 SQL Functions 26.39





Similar Threads
Thread Thread Starter Forum Replies Last Post
Typo on Page 19 agilitator BOOK: Discovering SQL: A Hands-On Guide for Beginners 0 June 6th, 2011 01:35 PM
Chapter 3 Page 76 kermit1965 BOOK: Professional SharePoint 2007 Development ISBN: 978-0-470-11756-9 0 March 31st, 2011 03:05 PM
page 76 flaskvacuum BOOK: Beginning Oracle Application Express ISBN: 9780470388372 2 December 2nd, 2010 02:12 PM
Chapter 2, Page 76, Exercise 3 Chastini BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 1 March 25th, 2010 09:24 PM
Possible typo on page 230 WebDNA BOOK: Ivor Horton's Beginning Visual C++ 2008 ISBN: 978-0-470-22590-5 0 October 15th, 2008 11:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.