Learning SQL and over 900,000 other books are available for Amazon Kindle . Learn more

Have one to sell? Sell yours here
Learning SQL
 
 
Start reading Learning SQL on your Kindle in under a minute.

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

Learning SQL [Paperback]

Alan Beaulieu
4.5 out of 5 stars  See all reviews (4 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition £14.58  
Paperback £17.35  
Paperback, 29 Aug 2005 --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.
There is a newer edition of this item:
Learning SQL Learning SQL 4.5 out of 5 stars (4)
£17.35
In stock.


Product details

  • Paperback: 312 pages
  • Publisher: O'Reilly Media; 1 edition (29 Aug 2005)
  • Language English
  • ISBN-10: 0596007272
  • ISBN-13: 978-0596007270
  • Product Dimensions: 23 x 17.8 x 2.4 cm
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 415,239 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Alan Beaulieu
Discover books, learn about writers, and more.

Visit Amazon's Alan Beaulieu Page

Product Description

Review

"If you have been avoiding coming to grips with SQL, or if you feel that you are only just coping with putting together queries and designing tables, then this is the book you need to understand what is going on." - Mike James, VSJ, July/August 2006

Product Description

SQL (Structured Query Language) is a standard programming language for generating, manipulating, and retrieving information from a relational database. If you're working with a relational database--whether you're writing applications, performing administrative tasks, or generating reports--you need to know how to interact with your data. Even if you are using a tool that generates SQL for you, such as a reporting tool, there may still be cases where you need to bypass the automatic generation feature and write your own SQL statements.

To help you attain this fundamental SQL knowledge, look to Learning SQL, an introductory guide to SQL, designed primarily for developers just cutting their teeth on the language.

Learning SQL moves you quickly through the basics and then on to some of the more commonly used advanced features. Among the topics discussed:

  • The history of the computerized database
  • SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database; example statements include select, update, insert, and delete
  • SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints
  • How data sets can interact with queries
  • The importance of subqueries
  • Data conversion and manipulation via SQL's built-in functions
  • How conditional logic can be used in Data Statements
Best of all, Learning SQL talks to you in a real-world manner, discussing various platform differences that you're likely to encounter and offering a series of chapter exercises that walk you through the learning process. Whenever possible, the book sticks to the features included in the ANSI SQL standards. This means you'll be able to apply what you learn to any of several different databases; the book covers MySQL, Microsoft SQL Server, and Oracle Database, but the features and syntax should apply just as well (perhaps with some tweaking) to IBM DB2, Sybase Adaptive Server, and PostgreSQL.

Put the power and flexibility of SQL to work. With Learning SQL you can master this important skill and know that the SQL statements you write are indeed correct.


Inside This Book (Learn More)
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(10)
(1)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


 

Customer Reviews

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

23 of 24 people found the following review helpful:
5.0 out of 5 stars An Excellent Book, 15 April 2008
By 
Andrew Powell "AP" (UK) - See all my reviews
(REAL NAME)   
This review is from: Learning SQL (Paperback)
After wanting to get a better grasp on SQL and its Syntax I bought this book along with it other companion "SQL Cookbook".

It has a nicely written and easy to understand flow with exercises at the end of each chapter. I find this a great help as when you have read the chapter, you can try and solve the exercises and hopefully it will have sunk in more.

The hardest section is on subqueries as it seem that you can put them everywhere(ugggh).

It also explains the nuances with SQL Server and Oracle, as the syntax changes for little things like altering tables and transaction.

So in all a very good book that will prove a useful reference and tool for improving ones knowledge of SQL.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 17 people found the following review helpful:
5.0 out of 5 stars Fantastic book for begginers, 5 Nov 2008
By 
Josep-maria Sans Sanchez (Taradell (BCN), CATALUNYA) - See all my reviews
(REAL NAME)   
This review is from: Learning SQL (Paperback)
I'm not a programmer and I bought this book having no idea of SQL, and I can say I learned a lot from it. It's easy to understand and it's well structured. Maybe it doesn't cover every aspect of SQL, but it's the place to start to write your first queries. Give it a try, you won't regret!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
3.0 out of 5 stars Good start, becoming undecided, 28 July 2011
By 
Mr. M. B. Parsons (Worcester, UK) - See all my reviews
(REAL NAME)   
This review is from: Learning SQL (Paperback)
I purchased this book to help me get to grips with the SQL syntax before starting a new job.

I have experience of working with databases and have found the book so far to be a good introduction to SQL - I don't think it would necessarily be a good introduction to databases, so if you're new to SQL and database administration, you may want to look elsewhere or purchase an introductory text to databases to complement this book.

To really get the most out of this book you need to use the online resources and complete the tests at the end of each chapter - which is where the book is let down. All the effort of making the text easy to read and follow is ruined by the mismatch between the examples in the book and the data supplied on the O'Reilly site.

There are positives and negatives to this - a huge negative is that for a while I thought I was getting things wrong, and repeatedly doubting myself and my ability to learn SQL. A positive on the other hand is that it makes you look at the database structure and raw data to see why you can't get the answer that the book suggests is possible. After much investigation, I discovered the data populated via the online SQL file doesn't match to the data being used by the author.

After a while this just becomes annoying, especially when you try to complete the tests and can't get the correct answers. You then have to either populate the data (good practice I suppose) or modify your query to get a different answer, using the same approach.

The book would get five stars if it wasn't for the problems mentioned above.

Delivery etc, excellent as always from Amazon.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Would you like to see more reviews about this item?
 Go to Amazon.com to see all 41 reviews  4.2 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Most Recent Customer Reviews


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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback