Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
58 used & new from $13.89

Have one to sell? Sell yours here
 
   
Tell a Friend
SQL In A Nutshell, 2nd Edition
 
 
Are You an Author or Publisher?
Find out how to publish your own Kindle Books
 
  

SQL In A Nutshell, 2nd Edition [ILLUSTRATED] (Paperback)

by Kevin Kline (Author), Daniel Kline (Author), Brand Hunt (Author)
Key Phrases: option offers additional control, valid format specifiers, database partition group, Platform Command, Oracle Oracle, Server Supported (more...)
3.8 out of 5 stars  (35 customer reviews)

List Price: $44.95
Price: $29.67 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.28 (34%)
Special Offers Available
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Tuesday, July 22? Choose One-Day Shipping at checkout. See details

58 used & new available from $13.89
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.
Also Available in: List Price: Our Price: Other Offers:
Hardcover Order it used!
Paperback (1) $29.95 $21.86 19 used & new from $1.95
 
   

Special Offers and Product Promotions
  • Save $10 when you spend $50 and pay with Bill Me Later. The fast and convenient way to buy without using your credit card. Offer limited to items purchased from Amazon.com between July 14, 2008 and July 21, 2008. One per customer account. Enter code BMLSAVES at checkout. Here's how (restrictions apply)

Best Value

Buy Practical PostgreSQL (O'Reilly Unix) and get SQL In A Nutshell, 2nd Edition at an additional 5% off Amazon.com's everyday low price.

Practical PostgreSQL (O'Reilly Unix) SQL In A Nutshell, 2nd Edition Buy Together Today: $63.25


Customers Who Bought This Item Also Bought

SQL Pocket Guide (Pocket References)

SQL Pocket Guide (Pocket References) by Jonathan Gennick

4.6 out of 5 stars (17)  $10.19
SQL Cookbook (Cookbooks (O'Reilly))

SQL Cookbook (Cookbooks (O'Reilly)) by Anthony Molinaro

4.7 out of 5 stars (39)  $26.37
Learning SQL (Learning)

Learning SQL (Learning) by Alan Beaulieu

4.3 out of 5 stars (21)  $23.07
Sams Teach Yourself SQL in 10 Minutes (3rd Edition) (Sams Teach Yourself)

Sams Teach Yourself SQL in 10 Minutes (3rd Edition) (Sams Teach Yourself) by Ben Forta

4.6 out of 5 stars (137)  $13.59
SQL Tuning

SQL Tuning by Dan Tow

4.7 out of 5 stars (15)  $26.37
Explore similar items : Books (50)

Editorial Reviews
Amazon.com
SQL in a Nutshell applies the classic O'Reilly "Nutshell" format to Structured Query Language (SQL), the elegant descriptive language that's used to create and manipulate stores of data. This book explains the purpose and proper syntax of hundreds of SQL statements, as defined in four major SQL implementations, and details each entry with explanatory text and illustrative examples. Perhaps best of all, authors Kevin and Daniel Kline feature MySQL in their coverage, and give it billing that's equal to that of Oracle, Microsoft SQL Server, and PostgreSQL. Their inclusion of open-source MySQL, which in most situations carries no license fee, is recognition of its growing popularity and suitability for serious database applications; also, it improves this book's appeal to Unix and Linux developers.

The majority of this slender book comprises eminently useful syntax documentation (which is in the style of Unix man pages, with bracketed options and monospace arguments) and the other information that's specific to individual statements and functions. Additionally, it includes a relatively small amount of conceptual information, such as a section on the proper use of NULL values. The material that's not statement-specific also contrasts data-type implementations of the four covered platforms--for example, readers learn that a PostgreSQL int2 value is known as a smallint in ANSI standard SQL. This is a particularly handy reference book, if you use one of the emphasized SQL implementations. --David Wall

Topics covered: Structured Query Language (SQL), as implemented in Oracle, Microsoft SQL Server, MySQL, and PostgreSQL, as well as in ANSI standard SQL (SQL92 and SQL99). After an introduction to data types and relational database fundamentals (the latter is not emphasized), the authors document SQL statements and functions, one by one and alphabetically. They take care to point out differences among the four implementations. --This text refers to the Paperback edition.

Product Description
SQL in a Nutshell applies the eminently useful "Nutshell" format to Structured Query Language (SQL), the elegant--but complex--descriptive language that is used to create and manipulate large stores of data. For SQL programmers, analysts, and database administrators, the new second edition of SQL in a Nutshell is the essential date language reference for the world's top SQL database products. SQL in a Nutshell is a lean, focused, and thoroughly comprehensive reference for those who live in a deadline-driven world. This invaluable desktop quick reference drills down and documents every SQL command and how to use it in both commercial (Oracle, DB2, and Microsoft SQL Server) and open source implementations (PostgreSQL, and MySQL). It describes every command and reference and includes the command syntax (by vendor, if the syntax differs across implementations), a clear description, and practical examples that illust