or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $1.26 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Beginning SQL (Programmer to Programmer)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

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

Beginning SQL (Programmer to Programmer) [Paperback]

Paul Wilton (Author), John Colby (Author)
4.0 out of 5 stars  See all reviews (5 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 5 left in stock--order soon (more on the way).
Want it delivered Tuesday, February 14? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Paperback $26.39  

Book Description

March 4, 2005 0764577328 978-0764577321 1
  • Taking readers through the basics of the language, right up to some more advanced topics, this book is a practical, hands-on resource and aims to keep the reader involved at all times
  • Focuses on the SQL standard and is loaded with detailed examples and code; each chapter includes practice exercises that readers can challenge themselves with before looking at the sample solutions in the appendix
  • Paul Wilton is a successful Wrox "Beginning" book author and is an ideal author to write for those who want a firm grasp of standard SQL before learning the details specific to a particular database product
  • SQL is an international standard for manipulating data in databases and is used by database programmers in all major database systems: Microsoft, IBM, Oracle, MySQL, and many others

Frequently Bought Together

Customers buy this book with Crystal Reports 2008: The Complete Reference (Osborne Complete Reference Series) $35.58

Beginning SQL (Programmer to Programmer) + Crystal Reports 2008: The Complete Reference (Osborne Complete Reference Series)


Editorial Reviews

From the Back Cover

SQL works with databases to insert and extract data and is an international standard for manipulating data in databases. This hands-on resource covers everything from a review of SQL basics and database design to creating your own databases and using the SQL language in a variety of database applications.

Packed with essential code, theories, concepts, and techniques, as well as a cache of useful examples, this comprehensive text will have you quickly designing your own databases and writing SQL code sufficient for many real-world situations. Practice exercises in each chapter help speed up your comprehension. By the end of the book, you'll be prepared to handle any surprise that SQL might throw your way.

What you will learn from this book

  • How to get the answers you want from a database
  • Procedures for using and manipulating data with SQL's built-in functions
  • Ways to retrieve data from numerous and diverse tables
  • How to create various levels of security in a database so you can edit data or change the database's structure
  • Theories and practical applications of normalization
  • Advanced database design

Who this book is for

This book is for programmers with some prior programming experience who are seeking to develop their database programming skills using SQL. The book assumes no previous programming experience, so it is also suitable for database programming beginners including database administrators.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

About the Author

Paul Wilton has been working professionally as a programmer for over 6 years. He is experienced with SQL, database design, development and deployment, as well as RDBMS systems including SQL Server and Access. He is currently working freelance developing functionality for websites database driven web sites including e-commerce, message boards, chat applications, and more. His most recent work includes a case tracking system for a law firm and an online booking system for a holiday cottage rental company.

John Colby is database consultant providing database analysis and design as well as Access, SQL Server, and Visual Foxpro programming to companies in the United States, Mexico, and Europe.


Product Details

  • Paperback: 528 pages
  • Publisher: Wrox; 1 edition (March 4, 2005)
  • Language: English
  • ISBN-10: 0764577328
  • ISBN-13: 978-0764577321
  • Product Dimensions: 9.4 x 7.3 x 1.2 inches
  • Shipping Weight: 1.7 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #90,858 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

22 of 22 people found the following review helpful:
5.0 out of 5 stars As the Title Says, Good Beginning Book, March 3, 2005
This review is from: Beginning SQL (Programmer to Programmer) (Paperback)
This is a good general introduction to using SQL to build a database, put some data into it and then to get it back out when you need to use it for something. The author says that all of the SQL examples have been tested using MySQL, Microsoft SQL Server, IBM DB2, Microsoft Access, and Oracle 10g. That says that the SQL used in the examples has to be very general in nature and not take advantage of newer and more powerful commands that have come about since these programs were written (particularly Access which uses the Jet engine that's more or less compliant with SQL:89).

This is not a bad approach, because while you might miss out on some of the nifty commands, your code will be compatiable with virtually any database that you are using. You will find comments in the book like when discussing the substring function he says "MS Access doesn't utilize the SUBSTRING() function. Instead, it employs the MID() function...." I don't know how he could have done it any differently without writing five different books.

This is an excellent beginning book. Use it to get started and to understand the concepts behind the SQL language. Then you may want to get a higher level book on the particular database you are using.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


19 of 20 people found the following review helpful:
3.0 out of 5 stars Does a beginner need to know about performance tuning?, January 31, 2006
By 
Graeme Harker (London, England) - See all my reviews
(REAL NAME)   
This review is from: Beginning SQL (Programmer to Programmer) (Paperback)
This is Wrox's book for those keen to learn SQL who have no experience of database programming at all. The good news is that it's not bad. Unfortunately it is two books rather crudely glued together.

The first book by Paul Wilton is what you would expect from a book with this title, a step-by-step introduction to SQL. It covers queries, functions, inner and outer joins, table and index creation, constraints and the fundamentals of relational database design. As the database-independent title of the book suggests it focuses on the standard features and functions of SQL that are common to all popular databases. In doing this the author makes the effort to point out where the popular databases vary from the standard. Understandably stored procedures are deemed to be beyond the scope of this book and are not mentioned. The databases covered by the first book are Oracle 10g, MySQL 4.1, SQL Server 2000, DB2 8.1 and Access XP. The book also includes a very handy appendix which explains how to obtain a free evaluation copy of each of these databases and how to install them on Windows.

The second book, by John Colby, covers the more advanced topics of transactions, security and database performance tuning. Unfortunately the second book is written unashamedly only for SQL Server and little or no attempt is made to explain how the same functionality is delivered by other databases. I can't understand this. Wrox has a perfect good book already for those keen to learn about SQL Server by Robert Vieira.

In my view for the next release of the book Wrox should drop the second section of this book altogether, as it doesn't belong in a beginners' guide to SQL and instead ask Paul to beef up the chapters on functions and data types, including an overview of the more often used datatypes in the five RDBMSs. In my experience beginners need to know how to use IDENTITY and SEQUENCE generators when they build their first database applications, not security and database performance tuning.
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:
5.0 out of 5 stars Great beginner guide to SQL, November 27, 2007
This review is from: Beginning SQL (Programmer to Programmer) (Paperback)
I really like this book.

It is broken into two sections. Chapter 1-3 is a once-over-lightly overview of all the key concepts involved in SQL. The rest is a thorough and detailed guide to more advanced uses.

The SQL is generic, though the book has specific exceptions for MySQL, Access, SQL Server and Oracle. These are mostly unobtrusive and can be skimmed easily. It is moderately useful to see what exceptions exist and why, even if you have no intention of using those DBMS's. Unlike books like SQL in a Nutshell, these references don't create constant interruptions in the reading flow.

What I like most about this book is that each subject is given a complete discussion, with ERD, SQL commands, and example data. In most cases, there is more than one example of usage. Unlike the current book, the examples are uncomplicated and make sense out of context of previous chapters, for the most part. The database examples are more self-contained and real-world than the current book -- more like the classroom examples.

This book devotes from 3-10 pages to what most books only give 1/2 page. The text flows well and is light and friendly, but doesn't have distracting anecdotes. At first glance, it is a lot of text, a lot of pages, and the paper is newsprint which seems intimidating, but it is a quick read. The data examples are humorous, which makes it a bit less dull. Even though the Wrox tagline is "Programmer to Programmer" this book is more accessible than any other programming text I've read. It really is Beginning SQL.

My only complaint: no coverage of PostgreSQL.

Two thumbs up, 5 stars, etc... I really like this book!
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
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Data, data, data! Data is where it's at as far as computers go, whether processing millions of calculations or keeping a record of your Aunt Maude's birthday. Read the first page
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Golden State, Orange Town, Big City, Stuart Dales, Try It Out, Sandra Hugson, Jamie Hills, Mega State, Susie Simons, Katie Smith, Jenny Jones, John Jones, Seymour Botts, Steve Gee, Newish Lane, Extracting Information, Long Lane, Doris Night, William Doors, Frasier Crane, Main Road, John Jackson, Planet of the Japes, Soylent Yellow, Facially Challenged
New!
Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 2 books:
 
2 books cite this book:


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 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
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject