See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

41 used & new from $8.14

Have one to sell? Sell yours here
 
   
SQL Queries for Mere Mortals(R): A Hands-On Guide to Data Manipulation in SQL
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

SQL Queries for Mere Mortals(R): A Hands-On Guide to Data Manipulation in SQL (Paperback)

by Michael J. Hernandez (Author), John L. Viescas (Author)
4.3 out of 5 stars See all reviews (50 customer reviews)


Available from these sellers.


8 new from $41.84 33 used from $8.14

Customers Who Bought This Item Also Bought

Database Design for Mere Mortals(R): A Hands-On Guide to Relational Database Design (2nd Edition)

Database Design for Mere Mortals(R): A Hands-On Guide to Relational Database Design (2nd Edition)

by Michael J. Hernandez
4.0 out of 5 stars (123)  $40.94
Sams Teach Yourself SQL in 10 Minutes (3rd Edition)

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

by Ben Forta
4.6 out of 5 stars (148)  $13.59
SQL Bible (Bible (Wiley))

SQL Bible (Bible (Wiley))

by Alex Kriegel
4.3 out of 5 stars (15)  $31.49
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
Beginning SQL Queries: From Novice to Professional (Beginning from Novice to Professional)

Beginning SQL Queries: From Novice to Professional (Beginning from Novice to Professional)

by Clare Churcher
3.4 out of 5 stars (5)  $25.54
Explore similar items

Editorial Reviews

Amazon.com Review
To the people who are accomplished in its use, Structured Query Language (SQL) is a highly capable, eminently flexible, even beautiful way of describing the data that you want from a database, or the changes that you want to make to a database. For the rest of us, however, SQL is a first-class nuisance that we do our best to avoid by relying on relatively user-friendly--but usually less powerful--tools. SQL Queries for Mere Mortals aims to bring SQL-phobes closer to the first camp by tutoring them carefully in what SQL can do.

The authors recognize that SQL queries usually come about as a result of questions from human beings, and so usefully spend a fair bit of time showing how to convert, say, "In what cities do our customers live?" into, "Select city from the customers table" and, finally, "SELECT city FROM customers" in SQL. They call this the "translation and clean up" process, and it's a fine approach. They don't press it too far, however, and are equally adept at presenting straight explanations of SQL syntax elements in prose. They spend a lot of energy graphically diagramming aspects of SQL syntax in a format that requires some up-front study. A particular reader might prefer text capsules to this arrow-intensive format, but other learners might like the graphical syntax diagrams. --David Wall

Topics covered: ANSI SQL/92 for people who need to use it to make queries against business databases. The authors introduce one or two syntax elements at a time--SELECT, WHERE, JOIN, UNION, and so on--and cover data extraction, data insertion, filtering, joins, calculations, and other capabilities of generic SQL.

Product Description
Helps new users learn the foundations of SQL queries, and will prove to be an essential reference guide for intermediate and advanced users. Softcover. DLC: SQL (Computer program language).

See all Editorial Reviews


Product Details

  • Paperback: 528 pages
  • Publisher: Addison-Wesley Professional (August 31, 2000)
  • Language: English
  • ISBN-10: 0201433362
  • ISBN-13: 978-0201433364
  • Product Dimensions: 9.2 x 7 x 1.1 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 4.3 out of 5 stars See all reviews (50 customer reviews)
  • Amazon.com Sales Rank: #263,502 in Books (See Bestsellers in Books)

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(6)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

50 Reviews
5 star:
 (31)
4 star:
 (9)
3 star:
 (5)
2 star:
 (2)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (50 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
100 of 102 people found the following review helpful:
5.0 out of 5 stars SQL Queries for Mere Mortals, September 26, 2000
By "cmjreview" (Copenhagen, Denmark) - See all my reviews
I have been using MS Access 2000 to develop database solutions for use in sales and marketing departments and needed to go to the next level and develop solutions based on SQL Server, so I was looking for a book to understand SQL queries better and thereby SQL Server. Knowing, that by writing your own SQL queries when working in Access you're able to develop a scaleable application that easily is transferred to SQL Server, the book helped me in this transition since all 5 sample databases included on the CD-ROM is available in both SQL Server 7.0 and MS Access 2000 files.

After an introduction to relational database theory and the SQL language in the first 3 chapters, you'll start learning about queries and each of the remaining 14 chapters includes exercises that will train your skills in writing SQL queries. Throughout the book the authors make use of diagrams to visualize the SQL queries, in the beginning they may seem difficult to understand but as you get used to them you will find yourself reading them faster and faster.

One of the things I learned the most from was the authors use of a 3-step method to write queries: A simple question in plain English to get the needed information from the data goes through a Translation, then a Clean Up, and finally you've got your SQL. With this method not only do you gain confidence but also an insight into the simple mathematical logic on which the queries are based.

To accompany this book and enhance the knowledge you gain from reading it I recommend the following titles: On Access 2000 I recommend John Viescas' "Running MS Access 2000" (ISBN 1572319348), which in my opinion is one of the best books on Access 2000. To strengthen your knowledge on relational database theory and design I recommend: "Inside Relational Databases" (ISBN 354076092X). To learn SQL Server 7.0 I recommend: "Professional SQL Server 7.0" (ISBN 1861002319).

Most people are able to develop a database that contain lots of data, but only few know how to transform these piles of data into useful information by using the powerful tools of SQL queries. With the knowledge from SQL Queries for Mere Mortals you will be well on your way to become one of the few.

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



 
62 of 64 people found the following review helpful:
5.0 out of 5 stars Excellent for someone new to using SQL Language., February 3, 2002
By cabby (Jacksonville, FL United States) - See all my reviews
I've got five years experience in the IT industry, but had virtually no SQL experience when I started learning about Databases and the SQL Language. So, I was having a bit of difficulty following some of the other great texts on databases and database programming. I looked for tutorials online, and for tutorial type books. There aren't many. "SQL Queries for Mere Mortals," is an outstanding tutorial for beginners. Not only will you learn how to query databases, you gain a solid understanding of how to use the language to also begin learning how to program in SQL. But, this isn't an SQL programming book. The authors first explain concepts, show you examples and then provide hands-on exercises. Then, they provide problems that you attempt to solve, to test your comprehension, and ability to execute simple and complex (to me) queries. The answers are provided so you can compare your results. It's a confidence building process when you see just how well you're doing. The authors have done an exceptional job. I can only surmise that the few disappointed reviewers have extensive experience (or prejudice) and so are unsatisfied with this great book. I highly recommed this book if you're interested in learning the SQL language and how to query databases (or create views).
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
35 of 36 people found the following review helpful:
5.0 out of 5 stars Examples, Examples, and More Examples, September 28, 2000
"SQL Queries for Mere Mortals" focuses on how to think about and create SQL queries to answer real-world questions. It covers the database design issues you need to understand in order to write SQL queries, but it doesn't try to be a design book. It doesn't talk about creating a database, inserting, updating, deleting data, or about performance tuning. In short, this book lives up to its title and focuses only on SQL queries.

This book is full of examples of how to take questions and turn them into SQL queries, plus explanations of why and when to use the various SQL capabilities. The examples focus on standard SQL. While your SQL implementation may support slightly different syntax, the examples provided in the book serve as a useful base for understanding the power and complexity of SQL.

If you are just learning SQL, or you have been using it for a while and need to enhance your SQL skills, you will find this book very useful.

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

3.0 out of 5 stars Carelessly written book - helps in learning SQL with ample frustration
I wish the authors had taken care to write the book.

Many of the features shown in the book do not work as stated. Read more
Published 3 months ago by M. Majmundar

5.0 out of 5 stars Great- Very simple and Easy to Understand
Great book. I have several on SQL and find this to be the most simplest, easy to understand text on using the SQL language. Read more
Published 18 months ago by Tonya Cash

5.0 out of 5 stars AWESOME BOOK
This book is very well written. It is very intuitive for both persons who want to spice up their query knowledge and/or those who need a refresher. Read more
Published on June 7, 2007 by C. Salas

5.0 out of 5 stars SQL Queries for Mere Mortals
SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL

I very well written and concise, easy to understand piece of work. Read more
Published on April 16, 2007 by Jeffery Fitzsimmons

5.0 out of 5 stars You Won't Be an Overnight Expert, But...
...you'll be well on your way. I bought this book (and it's database design partner) about six years ago when I started dabbling in databases. Read more
Published on January 16, 2007 by Fred Telegdy

4.0 out of 5 stars Incredible
I had a year's experience with SQL queries when I purchased this book, but I am so glad that I did. It is by far one of the most useful Comp Science books that I have bought. Read more
Published on January 1, 2007 by K. Coynor

5.0 out of 5 stars Absolutely outstanding book!
Hey, I loved this book! I am a 15 year veteran developer who hasn't had the need since graduate school to build very complex queries since I always had a DBA or such on my team to... Read more
Published on January 1, 2007 by Michael R. Lauer

4.0 out of 5 stars Mere mortals is a great source of information
I enjoyed this book as well as learned alot from it. I wouldn't say it's for a complete beginner but for those who have played with access or another database program. Read more
Published on August 6, 2006 by Keith S. Andersen

4.0 out of 5 stars detailed examples of inner and outer joins
[A review of the Second Edition 2007, the review being written on 27 Oct 2007.]

From the ground up, the authors teach SQL. Read more
Published on March 18, 2006 by W Boudville

5.0 out of 5 stars SQL Queries for Mere Mortals
The book was brand new. Just as described. Very fast shipping too.
Published on September 29, 2005 by Thao Nguyen

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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


Active discussions in related forums
   


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!

Create a Listmania! list


Look for Similar Items by Category


Cook with the Best Ingredients

Traditional Paella Kit
Fall into cooking or give the gift of great cooking with fresh and innovative ingredients and spices from Amazon Gourmet.

Shop more now

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Festool Power Tools

Shop for products by Festool
The most-preferred brand of precision, high-quality power tools, Festool offers products that are made to last.

Shop for products by Festool

 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

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.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates