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 screen shots 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?
Originally posted by: jonmullen
Honestly SQL is such a stait forward language I think you will ba able to find all you need easily on the web. I mean heck there are only four man commands. Now when you start getting in to more database specific stuff, a book may help. Like for stored procedures and what not. The most important thing in my mind about database development is haveing a good understanding of database theory and setting it up correctly.
Originally posted by: Mitzi
Originally posted by: jonmullen
Honestly SQL is such a stait forward language I think you will ba able to find all you need easily on the web. I mean heck there are only four man commands. Now when you start getting in to more database specific stuff, a book may help. Like for stored procedures and what not. The most important thing in my mind about database development is haveing a good understanding of database theory and setting it up correctly.
Err....those four main commands have A LOT of options, hence why I recommended a reference guide only![]()
