Learn SQL the fun and easy way - no programming experience needed!"SQL For Dummies, 7th Edition," shows programmers and web developers how to use SQL to build relational databases and get valuable information from them. This book covers the core features of the SQL language. Topics covered include how to use SQL to structure a DBMS and implement a database design; secure a database; and retrieve information from a database. This edition will be revised to reflect the new enhancements of SQL/ latest update of the perennial bestselling "SQL For Dummies, "which has sold more than 210,000 units in six editions.SQL is the most popular database language in the worldCovers creating, accessing, manipulating, maintaining, and storing information in relational database management systems (DBMS) such as Access, Oracle, SQL Server, and MySQL.Includes new content on using SQL with XML to power data-driven web sites and using SQL with Access 2010Whether you're daunted by database development or a system admin star, "SQL For Dummies, 7th Dummies" will have you working your web site in no time at all.
A good introduction for someone who has never used SQL before. Don't use this book for instructions on how to do complicated queries, but do read it if you want to know what sql does, and basic commands and how to use them. this is the first technical text which i felt able to read from cover to cover, rather than giving up at chapter 2.
Информативна книга, въвеждаща в тайните на SQL. Подходяща е за съвсем начинаещи, които за първи път се сблъскват с езика и работата с релационни бази данни. Дава добра рамка за по-нататъшни търсения.
+ Nice to learn new stuff + Funny at times + A good, cheap alternative to an expensive course -It isn't really fit for learning for there are no practices - It skips handy details to zoom in on stuff I barely need - No dragons
I like to start projects with simple concepts and a few examples to get off the ground. Well, this book does just that. Unfortunately, I would also like to have some examples of input and output.
I chose this book because it was not database specific, as I am converting files from an Informix database, through a filter, to a flat file, for later conversion to an Oracle database, with a different structure.
Unfortunately, this book (being universal) has no universal explanation as to how to get information from a flat file in or out of the database. First, you have to find the term they use, not ASCII, not flat, not import, not export, not not not. The term is found in chapter 7 "foreign." The explanation on how to do this is to "...turn to one of the professional data translation services." Great, just what I wanted to know.
It's fine as a reference guide or for understanding specific commands/syntax, but doesn't really allow you to practice. It's good for a surface level of knowledge but won't exactly turn you into an SQL developer, better to take a class or learn from someone who already knows. Has some good information on databases and how they work though.
Yet another really useful book in it's day, now withdrawn according to the stamp inside the cover. It is full of all the basic instructions you need to start understanding and using SQL.
It is rather a okay-okay but funny book. Yeah, funny! And I actually admire Allen's friendly conduct throughout the book. Yet, I wouldn't say it is a great book 'cause often enough, whenever I felt like that the topic needs further explanation and examples, Allen just jumps to the next topic and often enough he would delve needlessly into something very clear. He would literally go by the name of the book. Like, "If the expression evaluates to True, the predicate returns TRUE; (well of course it would) otherwise, it returns FALSE." (oh, Really!). This line appears near the end of the book and it is sandwiched between similar statements. And there are other examples when you would say, okay, move on, I get it!
Another thing that disappointed me is the lack of cross-reference among the topics, and most often when it is somewhat vital (not that your life depends upon it). Like suddenly the keyword FETCH with its important functionality appears without being introduced before and is introduced a few pages later.
Throughout the book topics are scattered and not arranged properly so that the reader could be at much ease. I think that editors should have done something about that.
But then, yea, it isn't that you don't learn a thing here. Yes, you pretty much get what you were looking for with pretty much fun, like Can you imagine what your life would have been like in the caveman times of 1992, when you’d have to repeatedly swap between SQL and its procedural host language just to do your work?
Actually read a newer version than this, but the 6th edition was not shown here. It is fine for a teaching/reference guide, but like with a lot of coding or problem-solving situations, there was not much in the way of hands-on work suggested here. Best thing to have done was to have included some way to have put a creatable database into the lesson, and given some sort of chapter-by-chapter guide to add onto that database/learn the ins and outs of SQL.
Finished my exploratory read of this book. It reminded me of my IUN days and data structures class. Although this book is a bit out dated, it was a good reintroduction to SQL. I'm not sure if I will continue with my SQL adventures, but if I had too, I would. JS