Web-Mart.com
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Books » General » Learning SQL (Learning)  
Recommended Sites
Categories
Clothes
Cars
Baby
Beauty
Books
Computers
DVD
Electronics
Gourmet Food
Grocery
Health and Personal Care
Home and Garden
Industrial and Science
Jewelry
Kitchen
Magazines
Music
Musical Instruments
Office Products
Outdoor Living
Pet Supplies
Photo and Camera
Software
Sporting Goods
Tools and Hardware
Toys
Unbox
VHS
PC and Video Games
Phones
Related Categories
• General
Programming
O'Reilly
By Publisher
Custom Stores
• Oracle & Database Programming
Programming
O'Reilly
By Publisher
Custom Stores
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Computer Science
Computers & Internet
Subjects
Books
• Database Management Systems
Databases
Computers & Internet
Subjects
Books
• Data Mining
Databases
Computers & Internet
Subjects
Books
• Data Warehousing
Databases
Computers & Internet
Subjects
Books
• General
SQL
Databases
Computers & Internet
Subjects
• General AAS
SQL
Databases
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General AAS
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Software
Computers & Internet
Subjects
Books
• General AAS
Software
Computers & Internet
Subjects
Books
• General
Computers & Internet
Subjects
Books
• General AAS
Computers & Internet
Subjects
Books
• Illustrated
Edition (format)
Refinements
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Subcategories
Mass Market
Trade

Learning SQL (Learning)

Learning SQL (Learning)
Author: Alan Beaulieu
Publisher: O'Reilly Media, Inc.
Category: Book

List Price: $34.95
Buy New: $19.57
You Save: $15.38 (44%)

Qty 252 In Stock


New (35) Used (16) from $17.48

Avg. Customer Rating: 4.5 out of 5 stars 23 reviews
Sales Rank: 54107

Format: Illustrated
Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 306
Shipping Weight (lbs): 1.2
Dimensions (in): 9.1 x 7 x 0.9

ISBN: 0596007272
Dewey Decimal Number: 005.133
EAN: 9780596007270

Publication Date: August 22, 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

Also Available In:

  • Paperback - Learning SQL
  • Paperback - Learning SQL

Similar Items:

  • SQL Cookbook (Cookbooks (O'Reilly))
  • Sams Teach Yourself SQL in 10 Minutes (3rd Edition) (Sams Teach Yourself)
  • SQL Pocket Guide (Pocket References)
  • SQL In A Nutshell, 2nd Edition
  • Head First SQL: Your Brain on SQL -- A Learner's Guide (Head First)

Editorial Reviews:

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 meansyou'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.


Customer Reviews:   Read 18 more reviews...

5 out of 5 stars Good beginner book   October 9, 2008
This is a great for those who want to learn mysql. It's easy to understand and the examples are clear and simple and teach you step by step what you need to know.
I just think it would be better to focus on Oracle SQL than mysql and that sometime the book doesn't cover the why and how of certain things that would help understand concepts a little better. For exemple no words when learning contraints about what are in line and out of line constraint, or in a join what are the alias. Also the file they ask you to download is not where they say it would but it's not too hard to find it.
Otherwise it's a great book and strongly recommend it.



3 out of 5 stars Keiths Review   September 15, 2008
 0 out of 1 found this review helpful

Very well written book. However, I really needed the book to learn Microsoft SQL Server and it is more directed towards MySQL, which I do not use. I was a little disappointed in that fact so if you are in the same predicament, take this into account for your purchase.


3 out of 5 stars Only for beginners   June 14, 2008
I have been working with some fairly decent SQL from the past 3 years. I wanted to improve my basics and also learn some advanced topics.
This book is good for real beginners and not somebody who is already into SQL.
Apart from that, the content and explaining style of the author is good. I would recommed this book for beginners only.
I wish O'Reilly would tag their books in terms of target readers. like beginner, intermediate, advanced, re-search, etc.
I agree "learning" does indicate the same, but still.



2 out of 5 stars Only for MySQL, not for Microsoft SQL Server   July 19, 2007
 5 out of 12 found this review helpful

Buy instead the excellent book by Ben Forta "SQL in 10 Minutes", which is a bit more simplistic but better.

This book is geared towards an older version of MySQL, ver 4.x. Despite my best efforts, and I have several books on SQL and am not entirely a beginner, I could not entirely translate the MySQL script source code associated with this book to MS SQL Server 2005 SQL.

Also, some of the "foreign keys" in the sample database have confusing names--a minor point but annoying.

Avoid this book, unless you want to use it (as I do) as a training exercise (since I have other SQL books) rather than a book you can learn from.



5 out of 5 stars Not for a true novice   June 21, 2007
 2 out of 2 found this review helpful

I bought this book thinking I could learn SQL as a true novice. This book is not intended for a real beginner, but for developers/programmers that probably already know at least one language. For a real beginner's book see Forta's MYSQL Crash Course or Teach Yourself SQL. This book, Learning SQL, would probably be your next book.

Qty 252 In Stock


Discount Shopping Online by Web-Mart.com