SQL Pocket Guide (Pocket Guides) and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.80 Amazon.co.uk Gift Card
SQL Pocket Guide (Pocket Guides)
 
 
Start reading SQL Pocket Guide (Pocket Guides) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

SQL Pocket Guide (Pocket Guides) [Paperback]

Jonathan Gennick
4.0 out of 5 stars  See all reviews (4 customer reviews)
RRP: £11.50
Price: £8.05 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.45 (30%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Wednesday, June 6? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £6.25  
Paperback £8.05  
Trade In this Item for up to £0.80
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in SQL Pocket Guide (Pocket Guides) for an Amazon.co.uk gift card of up to £0.80, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

SQL Pocket Guide (Pocket Guides) + HTML & XHTML Pocket Reference (Pocket Reference (O'Reilly)) + JavaScript Pocket Reference (Pocket Reference (O'Reilly))
Price For All Three: £21.32

Some of these items are dispatched sooner than the others. Show details

Buy the selected items together


Product details

  • Paperback: 206 pages
  • Publisher: O'Reilly Media; 3 edition (1 Dec 2010)
  • Language English
  • ISBN-10: 1449394094
  • ISBN-13: 978-1449394097
  • Product Dimensions: 18 x 10.8 x 1.2 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 169,504 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Jonathan Gennick
Discover books, learn about writers, and more.

Visit Amazon's Jonathan Gennick Page

Product Description

Book Description

A Guide to SQL Usage

Product Description

If you're a programmer or database administrator who uses SQL in your day-to-day work, this popular pocket guide is the ideal on-the-job reference. You'll find many examples that address the language's complexity, along with key aspects of SQL used in IBM DB2 Release 9.7, MySQL 5.1, Oracle Database 11g Release 2, PostgreSQL 9.0, and Microsoft SQL Server 2008 Release 2.

SQL Pocket Guide describes how these database systems implement SQL syntax for querying, managing transactions, and making changes to data. It also shows how the systems use SQL functions, regular expression syntax, and type conversion functions and formats.

All example SQL statements in this book execute against a set of tables, with data that you can quickly download. The third edition covers important database changes, including:

  • Oracle's support of the recursive WITH syntax, and addition of PIVOT and UNPIVOT operators
  • Functions new to Oracle, such as LISTAGG, NTH_VALUE, and more
  • PostgreSQL’s support of recursive WITH and some window functions
  • DB2 syntax and datatypes, some compatible with Oracle
  • MySQL features such as the TIMESTAMP type and the TO_SECONDS function

Inside This Book (Learn More)
Browse and search another edition of this book.
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
17 of 18 people found the following review helpful
Not quite there 6 July 2004
Format:Paperback
I expected a bit more from this book. Although naturally a small book "pocket guide" can't include everything you want, I think that this guide is a bit inconsistent in the things that it does include. I am still learning SQL, and basically needed something that would remind me of the syntax to use. I know what I need to do (like create a table, work with dates, and so on), and I just need help phrasing it right. Often this book does come through for me, but other times it does not. For instance, I found good information about updating and inserting rows. But the only explanation of creating a table is not very general - it specifically touches on how to handle field names with spaces and other unusual characters when creating tables. So it may be that this book is more useful for someone who already knows quite a bit about SQl, and just needs something to jog their mind. But if that is the case, it seems strange that so many very basic things really are included. I'm not sure who the intended audience really is, as this book is not successful in trying to be all things to all readers...

One of the nice things about the book is that it includes MySQL in this edition. Apparently, previous editions did not. It does seem to do a good job of addressing the different versions of SQL that people might be using. For instance, in an example where they were discussing the use of double quotes on field names, they mention that this doesn't work in MySQl. Some sections of the book are further broken down in subsections like "Oracle", "MySQL", and so on. The other two platforms that are dealt with are microsoft SQL Server and IBM DB2.

Clearly, this book is better than nothing. And in my case, since I didn't want to spend the money or have to lug around another heavy book, it is also better than some of the bigger, genuinely better books. It certainly is relatively inexpensive, so there's a good chance you still might find it useful. Just don't expect it to answer all your SQL needs, however basic they seem.

Comment | 
Was this review helpful to you?
3 of 4 people found the following review helpful
By S. Cook
Format:Paperback
This book is useful as far as it goes, which is to provide a summary of the "data manipulation language" part of SQL, with details of variations between the main RDBMS vendors. I expected that it would also cover the "data definition language" part of SQL, i.e. creating tables, indexes, etc. It doesn't and that's a disappointment (but it does keep the book pocket-sized).
Comment | 
Was this review helpful to you?
1 of 3 people found the following review helpful
incredible 17 Dec 2010
By mhitza
Format:Paperback
As you might conclude as well from the title this isn't a book which deals with top to bottom reading style. Such books should be called among developers: small, internet free, fast, more concise and friendlier examples than your usual quick search online.

The title might not make it clear to you (guess why I'm mentioning this) but this little gem isn't so much about the SQL syntax and mind teasing queries you may encounter in your daily work. It's not even around to share you a couple of neat tricks.

No, this guide is there for you when:

* you still don't know the different joins
* you are not using your databases built in functionality
* you just don't know the quirks of multiple databases in order to implement properly your rolled out ORM
* or when, God forbid, upper management decides that you are in charge of migrating your database with stored procedures, triggers, 10 years old queries and data dumper/loaders running all day to another RDBMS.

And let's not forget, this guide is there when you unhesitatingly state as being a expert, defying you; because, you know, while reading this small guide you actually found out new things about .

While for other books I appreciate I always state things for which you should definitely buy them, for this one I can't find one reason why you shouldn't.
Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges