49 used & new from $0.14

Have one to sell? Sell yours here
 
 
The Practical SQL Handbook: Using Structured Query Language (3rd Edition)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

The Practical SQL Handbook: Using Structured Query Language (3rd Edition) (Paperback)

~ (Author), (Author), Marcy Darnovsky (Author)
4.4 out of 5 stars  See all reviews (55 customer reviews)


Available from these sellers.


5 new from $59.29 44 used from $0.14

Formats

Amazon Price New from Used from
  Paperback, October 31, 1993 -- $18.95 $0.01
  Paperback, October 14, 1996 -- $59.29 $0.14

Customers Who Bought This Item Also Bought

Practical SQL The Sequel (With CD-ROM)

Practical SQL The Sequel (With CD-ROM)

by Judith S. Bowman
4.8 out of 5 stars (4)  $30.36
The Practical SQL Handbook: Using SQL Variants (4th Edition)

The Practical SQL Handbook: Using SQL Variants (4th Edition)

by Judith S. Bowman
4.7 out of 5 stars (11)  $40.94
Sams Teach Yourself SQL in 10 Minutes (3rd Edition)

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

by Ben Forta
4.5 out of 5 stars (150)  $13.59
SQL Simplified:: Learn to Read and Write Structured Query Language

SQL Simplified:: Learn to Read and Write Structured Query Language

by Cecelia Allison
4.0 out of 5 stars (1)  $15.75
SQL Cookbook (Cookbooks (O'Reilly))

SQL Cookbook (Cookbooks (O'Reilly))

by Anthony Molinaro
4.7 out of 5 stars (45)  $26.37
Explore similar items

Editorial Reviews

Amazon.com Review

This superb text explains Structured Query Language (SQL) simply without being condescending and deeply without being obscure. From its early chapters about relational database theory to its superb coverage of transaction management, this book is informative and easy to follow.

The authors begin by explaining how to design efficient data structures, an important part of database management. From there, they discuss how to populate a database with pieces of data and then explain how to construct queries that extract needed information. Throughout, the text is filled with statements, code, and output--and even common SQL errors. You ought to be able to follow along on any ANSI SQL 92-compliant system as you read this book.

Later chapters cover reports, joins, views, subqueries, and security. The authors explain each from a practical point of view. A section on common business-database tasks (how to specify decimal precision, for example) confirms this point of view. A good glossary exists in the back of this book, and a comprehensive table documents the differences among Sybase, Microsoft, Informix, and Oracle SQL command sets. The companion CD-ROM contains the Sybase SQL Anywhere Studio software, which ordinarily requires a 15-megabyte download marathon. --David Wall



Product Description

The bestselling guide to learning Structured Query Language as it is really used is updated to reflect the growth of the database market, as well as the latest ANSI SQL standard and other important developments. The CD-ROM includes Sybase SQL Anywhere Desktop Runtime, a full-featured SQL database that gives readers hands-on SQL programming experience.

Product Details

  • Paperback: 454 pages
  • Publisher: Pearson Education; 3 edition (October 14, 1996)
  • Language: English
  • ISBN-10: 0201447878
  • ISBN-13: 978-0201447873
  • Product Dimensions: 9 x 7.3 x 1.2 inches
  • Shipping Weight: 2.3 pounds
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (55 customer reviews)
  • Amazon.com Sales Rank: #110,559 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #4 in  Books > Computers & Internet > Programming > Algorithms > Data Structures
    #85 in  Books > Computers & Internet > Software > Databases

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Look Inside This Book


What Do Customers Ultimately Buy After Viewing This Item?

The Practical SQL Handbook: Using Structured Query Language (3rd Edition)
63% buy the item featured on this page:
The Practical SQL Handbook: Using Structured Query Language (3rd Edition) 4.4 out of 5 stars (55)
The Practical SQL Handbook: Using SQL Variants (4th Edition)
20% buy
The Practical SQL Handbook: Using SQL Variants (4th Edition) 4.7 out of 5 stars (11)
$40.94
Sams Teach Yourself SQL in 10 Minutes (3rd Edition)
8% buy
Sams Teach Yourself SQL in 10 Minutes (3rd Edition) 4.5 out of 5 stars (150)
$13.59
Learning SQL
6% buy
Learning SQL 4.4 out of 5 stars (28)
$26.39

Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

55 Reviews
5 star:
 (40)
4 star:
 (7)
3 star:    (0)
2 star:
 (7)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (55 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
34 of 36 people found the following review helpful:
5.0 out of 5 stars Clearly written introduction to SQL with pertinent examples, December 16, 1999
By Jason T Rath (Pasadena, CA) - See all my reviews
SQL appears simple, but can easily confuse a beginner. This book has excellent examples of SQL-92 to demonstrate effective SQL commands for the major RDBMSs. It also shows common mistakes and how to avoid them. There is a lot of hand-holding throughout the book, and I found the explanations deliberate and well thought out. But it is not padded with fluff. I've seen books twice as thick and half as effective. Good definitions, queries and results. Topics covered include database design, creating and filling a database, selecting data, sorting, grouping, joins, subqueries, views, an overview of security, transactions, performance, and integrity, real world business problems, and how to avoid mistakes. I read it cover to cover twice and practiced the examples (except the views, which you can't use with the included Sybase SQL Anywhere). This book lays a good foundation to build upon. Possible follow-up books include "Introduction to SQL" by Rick van der Lans (published 1999) and "Joe Celko's SQL for Smarties" by (guess who) (publ. 2000). Good luck!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
27 of 28 people found the following review helpful:
5.0 out of 5 stars A Very Complete Introduction to SQL, March 12, 2000
By Music Critic (New Orleans) - See all my reviews
I've been using different dialects of SQL for about 6 years now and I've found this book to be a very good resource. If you use SQL enough, you will probably eventually want to get a more advanced book (such as one by Celko), but this book will take you far. It starts off with basic information on relational databases, ER diagrams, and normalization, and, maybe best of all, throughout the book are numerous and clear examples. It pretty much uses one example database for most examples, and it explains the layout of that database at the start. Also, the book is very good about showing where certain details differ between SQL-92 and popular SQL implementations, such as SQL Server (Sybase and Microsoft), SQL Anywhere, Informix, and Oracle PL/SQL. The examples very carefully and very clearly step through potentially confusing areas such as subqueries and existence checking. The emphasis throughout is on - as stated in the title - practical SQL. In summary, I think this book is an excellent learning tool and a good desktop reference.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
17 of 17 people found the following review helpful:
5.0 out of 5 stars Excellent Introduction to Relational Databases and SQL, October 18, 2000
By "schapel" (Hillsborough, NJ USA) - See all my reviews
  
If you know nothing about databases, this book is a great place to start. It explains what a relational database is, how to design and create one, and how to perform updates and queries. It covers just about everything you'll need to know, such as normalization, outer joins, security, and transaction processing. Even though the book sticks with the basics, it covers everything that most SQL programmers will need to know.

One weakness of the book is that it doesn't distinguish which features are part of SQL-89, which are part of SQL2 (aka SQL-92). For some features, such as outer joins, implementation-specific syntax is given without the standard SQL syntax. Because of this, it may be more difficult for readers of this book to write SQL that will work on many different databases.

An important thing to note about this book is that it covers only SQL. That means it doesn't cover stored procedure dialects, embedded SQL, or SQL APIs such as ODBC, JDBC, or DBI. If you're going to actually use SQL, you'll need another reference that explains how to interface with a SQL database.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars SQL primer
I learned SQL using this book and referred to it often when I was starting out. Lots of clear examples. Highly recommended for those who have to learn SQL.
Published on October 26, 2005 by Henry W. Kastler

5.0 out of 5 stars Great Book on SQL
We're building a start-up library for a new employee and this is the first book I'll order. The book was purchased for everyone in our group some time ago as a SQL primer. Read more
Published on September 23, 2005 by Tommy Technocrat

5.0 out of 5 stars The best for learning concepts and structure
Outstanding book for beginner looking to learn SQL from scratch. Thrown into an SQL job with no experience whatsoever, this book helped me become functional in a very short... Read more
Published on March 13, 2003 by Richie

5.0 out of 5 stars Good Beginning Book
I have been programming for over 15 years, and I have never had the need to venture into the world of SQL, until early 2001. Read more
Published on February 18, 2002

5.0 out of 5 stars Easy Reading Practical Advice
I consider this the best book around for introducing yourself to SQL. It is easy to read, written in plain English and explains jargon and terminology unique to SQL. Read more
Published on December 9, 2001 by Steve Knoblock

5.0 out of 5 stars Very Well Written
So many authors of technical books know the material, but don't know how to convey it clearly and concisely to others. These authors do. I highly recommend this book.
Published on July 1, 2001 by Kristen Habich

2.0 out of 5 stars Acceptable teaching book, poor reference manual
I have had this book for a year now and pretty much hate it. It is not a "handbook". It is not a book that is good for reference. Read more
Published on June 13, 2001 by Jeff

5.0 out of 5 stars One of the best.
I have been using and referring to this book for years.

It is easy to find examples of what I'm looking for. Read more

Published on June 7, 2001 by Michael W. Brady

5.0 out of 5 stars GREAT INTRO BOOK
This was one of the best written INTRO books I have seen. I say INTRO, because it does not cover everything I wanted, but I don't mind because I also liked the fact that it wasn't... Read more
Published on April 22, 2001 by Larry Eisenstein

5.0 out of 5 stars Not perfect but outstanding nonetheless
Trying to find a good book on SQL is really tough. One test is whether the author can explain normalization in a way that is (a) understandable to the book's lay audience, (b)... Read more
Published on August 12, 2000 by joe_n_bloe

Only search this product's reviews



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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.