Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
A Visual Introduction to SQL

A Visual Introduction to SQL

List Price: $60.00
Your Price: $53.08
Product Info Reviews

<< 1 2 >>

Rating: 5 stars
Summary: Simply Great!
Review: Are you brand new to SQL? Do you need to Understand, Learn, and Apply SQL to your job or personal use? I would highly recommend this book! I am only half way through the book and I have learned so much, in so little time. Now I can apply what I have learned in the book to my job. =)

Rating: 5 stars
Summary: Attention Newbies to SQL - - This is your Book!!!
Review: I am currently enrolled in a Database Management (Oracle/SQL) class at Boston College. Right off the bat, I knew I was in trouble when we were told the professor would be unavailable for help and most of students in class were computer science majors. (I was taking the class to broaden my computer skills above and beyond front-end web design.)

The textbook in class was the heinously monstrous 1200+ page Oracle 9i The Complete Reference by Kevin Loney. After struggling through many chapters and finding our professor's teaching style very unhelpful, I decided it was time for another resource.

I checked on Amazon ... and found Sam's Teach Yourself SQL in 10 minutes to be semi-helpful. Then at the Harvard Coop, I stumbled upon it - - A VISUAL INTRODUCTION TO SQL. The problem, I realized, was that I am a visual learner and need to see all the schema tables and step-by step actions to describe what happens as I develop queries. This books is key for any layman, like myself. It walks you through very basic (and more complex) problems in an easy-to-read visual approach. While using SQL on the PC, viewing the tables is difficult and this book helps you map out the problems to figure them out. I was especially impressed after emailing the author about a table question and getting a personalized response.

If you are in a bind to learn SQL on your own, this book is great and won't kill you lugging it around either.

P.S. A great addition I found to this book was a Mac client software (that can access Oracle Databases) called SQL Grinder. Like the book, this program is also very visual and the GUI (MAC) clearly reigns over any PC. Sorry Windows users! Thanks for your help, David Chappell! ;-)

Rating: 5 stars
Summary: Attention Newbies to SQL - - This is your Book!!!
Review: I am currently enrolled in a Database Management (Oracle/SQL) class at Boston College. Right off the bat, I knew I was in trouble when we were told the professor would be unavailable for help and most of students in class were computer science majors. (I was taking the class to broaden my computer skills above and beyond front-end web design.)

The textbook in class was the heinously monstrous 1200+ page Oracle 9i The Complete Reference by Kevin Loney. After struggling through many chapters and finding our professor's teaching style very unhelpful, I decided it was time for another resource.

I checked on Amazon ... and found Sam's Teach Yourself SQL in 10 minutes to be semi-helpful. Then at the Harvard Coop, I stumbled upon it - - A VISUAL INTRODUCTION TO SQL. The problem, I realized, was that I am a visual learner and need to see all the schema tables and step-by step actions to describe what happens as I develop queries. This books is key for any layman, like myself. It walks you through very basic (and more complex) problems in an easy-to-read visual approach. While using SQL on the PC, viewing the tables is difficult and this book helps you map out the problems to figure them out. I was especially impressed after emailing the author about a table question and getting a personalized response.

If you are in a bind to learn SQL on your own, this book is great and won't kill you lugging it around either.

P.S. A great addition I found to this book was a Mac client software (that can access Oracle Databases) called SQL Grinder. Like the book, this program is also very visual and the GUI (MAC) clearly reigns over any PC. Sorry Windows users! Thanks for your help, David Chappell! ;-)

Rating: 5 stars
Summary: If you are trying to learn SQL, you need this book!
Review: I saw this book in a bookstore and it did not look very impressive based on price to number of pages ratio but I had a look at it, and after trying to learn SQL from some other books, this was a breath of fresh air. This is a book you can blow though quickly, doesn't require access to a computer or even much knowledge of any particular relational database system. I read thorough half of it in a few hours, but by that time I had developed a working knowledge of SQL. (Without ever sitting at a computer). They use a visual technique and repetition to show exactly what the SQL commands are used for, and how to use them to get what you need from the database. It covers your plain vanilla SQL and so may be 'slightly' different in syntax from the SQL your database uses (but in my experience, the changes are very very minor (eg, Transact SQL does not require a semicolon at the end of a statement)). This is an awesome book for anyone trying to 'figure out' SQL. Really lets you s! ee what the commands do and lets you understand it. I reccomended this book to a friend trying to learn SQL and he feels the same way about the book. SQL is really a pretty simple language, and this book makes the simplicity clear. Covers all major parts of SQL queries. Select, Update, making tables, altering tables, granting permissions, etc. Everything you need to get you started. IF you are trying to understand SQL, this book belongs on your desk. It was published in 1989 I think, but dont let that deter you. It is the best intro book on SQL I have ever seen!!!

Rating: 5 stars
Summary: All the Basics and More
Review: I used this book when I needed to pick up SQL fast. I worked in an organization where I had to build Teradata Data Bases and used SQL to select and move the data. The illustrations really help visualize every aspect of assembling an SQL program and how it interfaces with the data base. I still use it today when I need to be reminded of a particular syntax. Don't loan this book out if you ever want to see it again. I did and now I'm buying another book!

Rating: 5 stars
Summary: Excellent beginners book in SQL
Review: I used this book when I needed to pick up SQL fast. I worked in an organization where I had to build Teradata Data Bases and used SQL to select and move the data. The illustrations really help visualize every aspect of assembling an SQL program and how it interfaces with the data base. I still use it today when I need to be reminded of a particular syntax. Don't loan this book out if you ever want to see it again. I did and now I'm buying another book!

Rating: 5 stars
Summary: From Dummy to "Expert" in less than 3 hours
Review: The book took me from somebody who knew nothing about SQL to somebody who can land on a 70K+ and a lot of stock options job in less than 3 hours. It explains the SQL language in a very simple way feature by feature and gives a lot of examples to illustrate the point and clarify any possible confusions. In short, this is a book that actually tries to teach you instead of showing off.

Rating: 5 stars
Summary: Very user-friendly introduction to SQL concepts
Review: The visual representations used by the authors makes it much easier to grasp the concepts of data retrieval in a relational database. Where most books tend to represent SQL statements as a string of required and optional words in syntax, this book goes beyond the syntax to illustrate how the data is stored, and how to retrieve it. By using a visual approach, it is possible to see how sql works to manage data, rather than just imitating a string of text that you often don't understand.

Rating: 5 stars
Summary: All the Basics and More
Review: This book doesn't assume that you are familiar with databases or the SQL programming language. It teaches you the programming language step-by-step using a graphic approach. A great way to learn SQL.

Rating: 5 stars
Summary: EXCELLENT
Review: This book gave me a quick analysis of the meat of the language. Technical people often think in pictures so this book is the natural progression of teaching. I have tried to pick up SQL from other sources and have been daunted by task of creating examples and seeing how they fit together. This book gives examples and graphically lays out a database. Its treatment of joins leaves a bit to be desired (it is VERY general) and I wished that it had a "cheat-sheet" insert of all the commands. Other than that I found it to be an excellent book that I will continue to use as a reference for development work.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates