Location:  Home» Web Dev » SQL Cookbook (Cookbooks (O'Reilly))  
Categories
Web Dev
Web Marketing
General Marketing
E-commerce
New Releases
Collective Intelligence in Action
R for SAS and SPSS Users (Statistics and Computing)
The Elements of Statistical Learning: Data Mining, Inference, and Prediction (Springer Series in Statistics)
Crystal Reports Encyclopedia Volume 2: .NET 2005/2008
Data Mining with Microsoft SQL Server 2008
Computable Models of the Law: Languages, Dialogues, Games, Ontologies (Lecture Notes in Computer Science / Lecture Notes in Artificial Intelligence)
Data Mining for Intelligence, Fraud & Criminal Detection: Advanced Analytics & Information Sharing Technologies
SQL in a Nutshell (In a Nutshell (O'Reilly))
Graph-based Knowledge Representation: Computational Foundations of Conceptual Graphs (Advanced Information and Knowledge Processing)
Digital Libraries: Universal and Ubiquitous Access to Information: 11th International Conference on Asian Digital Libraries, ICADL 2008, Bali, Indonesia, ... (Lecture Notes in Computer Science)
Bestsellers
1.Web Analytics: An Hour a Day
2.Competing on Analytics: The New Science of Winning
3.High Performance MySQL: Optimization, Backups, Replication, and More
4.Advanced Web Metrics with Google Analytics
5.SQL Cookbook (Cookbooks (O'Reilly))
6.Data Mining: Practical Machine Learning Tools and Techniques, Second Edition (Morgan Kaufmann Series in Data Management Systems)
7.Head First SQL: Your Brain on SQL -- A Learner's Guide (Head First)
8.Collective Intelligence in Action
9.R for SAS and SPSS Users (Statistics and Computing)
10.FileMaker Pro 9: The Missing Manual
Most Gifted
1.Web Analytics: An Hour a Day
2.Head First SQL: Your Brain on SQL -- A Learner's Guide (Head First)
3.Mastering Oracle SQL, 2nd Edition
4.Backup & Recovery: Inexpensive Backup Solutions for Open Systems
5.High Performance MySQL: Optimization, Backups, Replication, and More
6.Oracle PL/SQL Best Practices
7.Oracle SQL*Plus Pocket Reference (Pocket Reference (O'Reilly))
8.Competing on Analytics: The New Science of Winning
9.Collective Intelligence in Action
10.Data Mining Techniques: For Marketing, Sales, and Customer Relationship Management
Most Wished For
1.Web Analytics: An Hour a Day
2.Competing on Analytics: The New Science of Winning
3.Head First SQL: Your Brain on SQL -- A Learner's Guide (Head First)
4.High Performance MySQL: Optimization, Backups, Replication, and More
5.Advanced Web Metrics with Google Analytics
6.SQL Cookbook (Cookbooks (O'Reilly))
7.The Elements of Statistical Learning
8.Data Mining: Practical Machine Learning Tools and Techniques, Second Edition (Morgan Kaufmann Series in Data Management Systems)
9.Learning SQL (Learning)
10.MySQL Cookbook

SQL Cookbook (Cookbooks (O'Reilly))

SQL Cookbook (Cookbooks (O'Reilly))

enlarge enlarge 
Author: Anthony Molinaro
Publisher: O'Reilly Media, Inc.
Category: Book

List Price: $39.95
Buy New: $22.86
You Save: $17.09 (43%)



New (41) Used (8) from $19.43

Rating: 4.5 out of 5 stars 42 reviews
Sales Rank: 15525

Media: Paperback
Edition: 1
Pages: 628
Number Of Items: 1
Shipping Weight (lbs): 2
Dimensions (in): 9.1 x 7 x 1.4

ISBN: 0596009763
Dewey Decimal Number: 005.133
EAN: 9780596009762
ASIN: 0596009763

Publication Date: December 16, 2005
Availability: Usually ships in 1-2 business days
Shipping: International shipping available
Condition: Brand new item. Over 4 million customers served. Order now. Selling online since 1995. Few left in stock - order soon. Code: I20081201033114S

Editorial Reviews:

Product Description
You know the rudiments of the SQL query language, yet you feel you aren't taking full advantage of SQL's expressive power. You'd like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You'd like to take your SQL skills to the next level.

Let's face it, SQL is a deceptively simple language to learn, and many database developers never go far beyond the simple statement: SELECT FROM WHERE . But there is "so" much more you can do with the language. In the "SQL Cookbook," experienced SQL developer Anthony Molinaro shares his favorite SQL techniques and features. You'll learn about:

Window functions, arguably the most significant enhancement to SQL in the past decade. If you're not using these, you're missing out

Powerful, database-specific features such as SQL Server's PIVOT and UNPIVOT operators, Oracle's MODEL clause, and PostgreSQL's very useful GENERATE_SERIES function

Pivoting rows into columns, reverse-pivoting columns into rows, using pivoting to facilitate inter-row calculations, and double-pivoting a result set

"Bucketization," and why you should never use that term in Brooklyn.

How to create histograms, summarize data into buckets, perform aggregations over a moving range of values, generate running-totals and subtotals, and other advanced, data warehousing techniques

The technique of "walking a string," which allows you to use SQL to parse through the characters, words, or delimited elements of a string

Written in O'Reilly's popular Problem/Solution/Discussion style, the "SQL Cookbook" is sure to please. Anthony's credo is: "When it comes down to it, we all go to work, weall have bills to pay, and we all want to go home at a reasonable time and enjoy what's still available of our days." The "SQL Cookbook" moves quickly from problem to solution, saving you time each step of the way.


Customer Reviews:   Read 37 more reviews...

5 out of 5 stars Helped Me (a SQL Newbie) Deliver Cmplex SQL Reports   November 25, 2008
John R. Spencer (Manheim, Pennsylvania United States)
1 out of 1 found this review helpful

I was tasked with deliverying 6 key-performance-indicator (KPI) using SQL and Crystal Reports and an Oracle database. And for three disparate areas in the world (USA, Singapore, and The Netherlands).
Sure, I could write a 'SELECT' statement or perform and 'UPDATE'.
But, I did not know how to approach SQL as being a 'complete' solution for record selection.
The Crystal Reports portion was not too much trouble.
I was using the PL/SQL environment for creating the SQL. Oracle 10g.

Mr. Molinaro's book was instrumental in having me develop what turned out to be some rather complex SQL.
It took awhile to get to use SQL's window functions. But, the author's presentation/explanation made them more than approachable---and quite useful.
I liked the explanations that covered the multiple vendors' database engines.
I will make no pretense of having reached SQL knowledge 'nirvana'--However, there was more than one time where I was out of ideas on how to get/count certain data----The SQL Cookbook did its job by showinge 'yet another way' to approach a pressing problem with a solution.
And one can gain a deep understanding of how SQL works. Always a plus for anyone that is new to an environment.
If there was something like a SQL University, this book seems to be text that would work very well for giving students more than enough 'footing' to face the 'real' world. It did for me.
I am more than pleased to have this book as part of my SQL 'library.'



5 out of 5 stars SQL Tookbox Must-Have   September 27, 2008
Larry Hannay (Somerville, MA)
2 out of 2 found this review helpful

The thing I like about the O'Reilly 'Cookbook' series is that you may not have to use them for months, but when you need them they are there with the answers. And oftentimes finding the "one answer" that has been eluding you for hours or even days is worth the price of the book.
This book falls into that category. What's really nice is that the author provides solutions for 5(!) different databases. And he does a good job explaining the solutions, making it easy to extrapolate them to solve similar queries.



4 out of 5 stars Useful fast reference   September 9, 2008
Robert Noble (Boston, MA)
2 out of 2 found this review helpful

This book is great for those times when you say "there must be an easier way to do this". It's concise, readable, and easy to find your way around.
I almost never have time to plough through a two-inch thick book to learn a single technology in agonizing detail. More usually I have an immediate problem needing an immediate fix. And this book fills that need. Furthermore since it covers Oracle, Sybase and Sql Server and addresses both similarities and differences between them it's good for those of us who have to bounce between different DBMSs on a daily basis.

Buy this book. You will not regret it.



2 out of 5 stars Good book, but shipped falling apart   March 7, 2008
flattenedfrog
1 out of 9 found this review helpful

Content is excellent, with good examples. I was able to solve a prloblem the very first time I used it. The issue I have is more with Amazon in that I ordered this book in a shipment of 4 others, so it was over a month before I cracked this one open. To my dismay, the binding is not glued on and the book is falling apart. Amazon customer service has not even responded to my three emails asking for resolution.




5 out of 5 stars A great book!   February 25, 2008
Behzad Pirvali
1 out of 1 found this review helpful

I am a certified DB2 / Oracle DBA and a programmer. Even though, I can get through some of chapters very fast, I certainly have enjoyed reading it so far. One thing I like the most is to see how a problem is solved in many different databases including DB2, Oracle, MS-SQL, MySQL, and PostSQL!


SEO and Marketing Tips
BETA RELEASE
MySpace Backgrounds | 80s Clothes | Credit Cards | Mortgage | SneakersCheap Books | Linens | iPod Sale | Layouts MySpace Игри
Magazin Ro SQL Cookbook (Cookbooks (O'Reilly))