SQL: Visual QuickStart Guide (3rd Edition) and over one million other books are available for Amazon Kindle. Learn more

Buy Used
Used - Acceptable See details
$4.00 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Kindle Edition
 
   
Have one to sell? Sell yours here
SQL
 
 
Start reading SQL: Visual QuickStart Guide (3rd Edition) on your Kindle in under a minute.

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

SQL [Paperback]

Chris Fehily (Author)
4.5 out of 5 stars  See all reviews (30 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $11.97  
Hardcover --  
Paperback $21.79  
Paperback, July 29, 2002 --  
There is a newer edition of this item:
SQL: Visual QuickStart Guide (3rd Edition) SQL: Visual QuickStart Guide (3rd Edition) 4.5 out of 5 stars (30)
$21.79
In Stock.

Book Description

0321118030 978-0321118035 July 29, 2002 1

Database management. It may sound daunting, but it doesn't have to be, even if you've never programmed before. SQL: Visual QuickStart Guide isn't an exhaustive guide to SQL written for aspiring programming experts. It's simply an invaluable resource for those who want a fast, easy way to harness information living in complex databases.

Because author Chris Fehily assumes no prior programming experience on your part (just a familiarity with your OS's file system), he spends the first few chapters laying out the basics, including clear explanations of the relational database model and SQL syntax. Then he jumps into step-by-step tasks designed to get you comfortable using SQL right away. You'll learn how to use SQL's most popular statements and commands to maintain, retrieve, and analyze database information, and to create and edit database objects. Each visually oriented task features the actual code and plenty of screenshots to keep you on track. Fehily takes a software-independent approach to teaching SQL, but includes tips for specific database software. You may not be a programming expert, but with SQL: VQS, who will be able to tell?



Editorial Reviews

From the Back Cover

Database management. It may sound daunting, but it doesn't have to be, even if you've never programmed before. SQL: Visual QuickStart Guide isn't an exhaustive guide to SQL written for aspiring programming experts. It's simply an invaluable resource for those who want a fast, easy way to harness information living in complex databases.

Because author Chris Fehily assumes no prior programming experience on your part (just a familiarity with your OS's file system), he spends the first few chapters laying out the basics, including clear explanations of the relational database model and SQL syntax. Then he jumps into step-by-step tasks designed to get you comfortable using SQL right away. You'll learn how to use SQL's most popular statements and commands to maintain, retrieve, and analyze database information, and to create and edit database objects. Each visually oriented task features the actual code and plenty of screenshots to keep you on track. Fehily takes a software-independent approach to teaching SQL, but includes tips for specific database software. You may not be a programming expert, but with SQL: VQS, who will be able to tell?

About the Author

Chris Fehily is a writer and consultant living in San Francisco.

Product Details

  • Paperback: 424 pages
  • Publisher: Peachpit Press; 1 edition (July 29, 2002)
  • Language: English
  • ISBN-10: 0321118030
  • ISBN-13: 978-0321118035
  • Product Dimensions: 8.9 x 7 x 0.9 inches
  • Shipping Weight: 1.4 pounds
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (30 customer reviews)
  • Amazon Best Sellers Rank: #1,768,082 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

29 of 29 people found the following review helpful:
5.0 out of 5 stars This book helped get me a job, August 22, 2002
By 
Diane Yee (Belmont, CA USA) - See all my reviews
This review is from: SQL (Paperback)
Recently I was "redeployed" - which is the word that my company uses for "laid off if you can't find another job (quick) within the company". I speed-read this book, like cramming for an exam, and applied for the junior database administrator position and got it! Later, the senior DBA told me that I got the job because I knew subtle things about SQL and relational databases that the other candidates didn't know (or got wrong). For example, the difference between a database and a DBMS, why SQL doesn't stand for "Structured Query Language", the difference between server and desktop DBMSes, what the "relational" in "relational database" refers to, the normal forms, and the difference between SQL syntax and semantics. Most of these things were in the first few chapters. Author! Author!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 14 people found the following review helpful:
5.0 out of 5 stars Start Your Queries Now!, February 15, 2003
By 
Amazon Verified Purchase(What's this?)
This review is from: SQL (Paperback)
Excellent book for learning SQL. This little books seems to pack a big punch in everything there is to know about SQL. There are around 200 to 300 sample queries, that start from the basics to nice fancy ones. You will learn about sub setting, functions, grouping, joins, sub queries, set operations, indexes, views, data definition language, and much more. For every topic you will get instructions on how its done in about the five most common SQL implementations.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


20 of 22 people found the following review helpful:
5.0 out of 5 stars This Book Makes My Job Easier., September 4, 2002
By 
Melanie Pennington (Portland, OR United States) - See all my reviews
This review is from: SQL (Paperback)
There are several "software-independent" SQL books available. I thumbed through a number before landing on this one. I believe I got real lucky.

I'm a research analyst at a large medical center. I pull data from various sources using SQL front-ends and stuff data into MS Access for analysis or additional manipulation. I needed an SQL reference for both parts of my job, understanding what I was getting from the hospital systems and writing better SQL in Access or imbeddded SQL in VBA code. This book serves my needs because it is a thorough reference and also because it has plenty of Access examples and tips.

I'm also impressed with the layout of the Visual QuickStart Guide. It is very easy to find the information you are after and the bullet points are generally right on target with the details important to the task at hand. I haven't had to read the entire book cover to cover to do some work, and that's the point. When the author does interject himself, his comments are insightful and meaningful. An example, "Although SELECT is powerful, it's not dangerous. You can't use it to add, change or delete data... The dangerous stuff starts in Chapter 9."

A great technical reference in a crowded field.

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)
Browse and search another edition of this book.
First Sentence:
You need a database management system to run SQL programs. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
other data types, ask your system administrator, glandular problem, datetime types, qualifying column names, character string types, design view, trimming characters, list filtering, column pubdate, simple unique constraint, nullability constraint, more join conditions, subquery values, simple subquery, simple foreign key, outer query, simple primary key, table publishers, unique row identifier, table aliases, inner query, second query returns, subquery result, three salespeople
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Result of Listing, Microsoft Access, Sarah Buchman, San Francisco, Wendy Heydemark, Klee Hull, Converting Data Types, Christian Kells, Tenterhooks Press, Book Title, Blame My Mother, Understanding Constraints, Retrieving Data, Subqueries Listing, Abatis Publishers, Hallie Hull, New York, Filtering Rows, Paddy O'Furniture, Set Operations Listing, Exchange of Platitudes, Displaying Table Definitions, Table Listing, Joins Listing, Did It Unconsciously
New!
Books on Related Topics
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


Books on Related Topics (learn more)
 
Database by Patrick O'Neil
 

What Other Items Do Customers 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.
 
(1)

Your tags: Add your first tag
 

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





Look for Similar Items by Category


Look for Similar Items by Subject