Cheap DVDs, books, CDs & Games

Search:

Mysql Crash Course (Sams Teach Yourself)

By: Ben Forta
Binding: Paperback
Publisher: Sams
ISBN: 0672327120
ISBN-13: 9780672327124
Released: 22 Dec 2005
RRP: £13.99
Average Rating:


Customer Reviews

Less is more - By: Mark R, 23 Feb 2008
This book was perfect for me.

I'm a programmer faced with using SQL for the 1st time (mySQL in particular). Usuallly I find tutorials over-long & mostly irrelevant to me. This one told me just what I needed to know.

2 days ago I didn't know where to start - the mySQL documentation isn't written for newbies. Now I know enough to make design decisions, & am happy experimenting with the database. Result!


Buy a different book - By: Mr. Robert Summerfield, 07 Feb 2008
I found this book frustrating from the start. I was having difficulties understanding & using MySQL so this looked like a good solution. The book barley touches on MySQL the server & is almost an exact copy of SQL in 10 minutes. The book is tutorial based with an appendix at the back to download some scripts to create your test database & tables it suggests you use MySQL admin & browser but gives you almost no instruction what so ever about how to actuallly create them, your on your own, a bit inconsiderate given the book is supposed to be for beginners. The section on how to create databases & tables using SQL is at the back of the book, shouldn't that be at the beginning. The section about creating foreign keys is tagged on to the end of a section without any explanation, as is the snippet about retrieving auto increment values. The book points you to a forum run by the author but every post I submitted was ignored except one about my gripes which Ben himself replied, & I quote "the book is primarily on MySQL the language, not MySQL the server. This is deliberate & by design, as that is what most readers need - help with how to use MySQL, not how to installl it or administer it. You should feel free to return the book if it is not what you wanted or expected.
Thanks for the help!
The book is to advanced for beginners & incomplete for intermediates!
'MySql crash course' a superbly written, concise and readable guide - By: Mr. A. P. Hecquet, 08 Jun 2007
This book is quite simply a delight to read/use. No waffle or ego, just plain, simple, relevant, concise text. The author has delivered precisely what is required for any level of user to quickly learn the concepts of MYSql in short sweet exercises. Skip exercises at your peril, the concise nature of this book means that every word is essential to your understanding. If I were a lecturer in SQL, I would ask that every student reads this book before I alllowed them in the class room.
The book concentrates only on the command line interface which is a little annoying for those of you with a SQL2000 background (Of course there are Gui's available). Those people with clump fists might have difficulty. However, as the book explains, this method is the most 'reliable' when interrogating the database, which will be essential when you decide to collaborate with PHP or other scripting technologies.
MySQL Crash Course - it does what it says on the tin. - By: , 18 Jan 2006
I received a copy of MySQL Crash Course (Sam's Teach Yourself MySQL in 10 minutes) from Amazon.co.uk this morning. I immediately sat down in front of my computer with the book by my side & haven't left yet, except to tell you alll how good it is.

Many books feature SQL (Structured Query Language) & then try to apply it to each seperate implementation of the language in popular Relational Data Base Management Systems (RDBMS) like Microsoft SQL Server, Oracle etc. The problem is that SQL varies slightly from one implementation to another. This is (to my knowledge) the first comprehensive overview of learning & using SQL as it relates to the increasingly popular open source RDBMS MySQL.

This is a 'learning by doing' book which focuses on practical examples. The code is introduced & explained, reproduced for you to alllow you to enter it into your own MySQL client, & then the output your computer should return to you is printed. This is a great feature because in contrast to many code tutorial books, you know exactly where you have gone wrong if it doesn't work out. On a couple of occasions I found myself scratching my head & asking exactly why things worked the way they did, only for my exact queries to be addressed when I looked back down at the book with the exellent Analysis feature after every example.

I have reached Chapter 8 already & have had absolutely no problems. Ideas of how I could use the things I'm learning abound & I can't wait to finish it & start experimenting with my own databases.

What I would say is that this focuses exclusively on MySQL & does not include topics such as designing databases, relational database theory or integration with other technologies. This in my view is not a weakness but a strength as it concentrates solely on how to interact with MySQL databases.

MySQL Crash Course is very well presented, clear, concise, comprehensive, relevant & teaches you everything you need to begin working with MySQL.