Limit this search to....

The Programmer's Guide to SQL Softcover Repri Edition
Contributor(s): Darie, Cristian (Author), Watson, Karli (Author)
ISBN: 1590592182     ISBN-13: 9781590592182
Publisher: Apress
OUR PRICE:   $44.99  
Product Type: Paperback - Other Formats
Published: October 2003
Qty:
Annotation: "The Programmer's Guide to SQL" provides an in-depth yet concise tutorial on the use of Structured Query Language (SQL). Once you've mastered the fundamentals, the book serves as a handy desktop reference on SQL usage, covering all of the major SQL statements that you'll need when programming databases. It also comes complete with example code for five major database systems: SQL Server, Oracle, DB2, MySQL, and Access.

In each case, the book demonstrates how the SQL standard is implemented (and and often extended) by each database system vendor. Specific topics include: Querying, modifying, and summarizing data using SQL functions Using complex nested queries and joins Programming database stored procedures, triggers, and views Creating tables, indexes, and other database objects Writing transaction-safe SQL Implementing basic database security

The book also includes two complete case studies that show how to create and query the underlying database for a fully featured website, as well as how to implement role-based security in your applications. This book is ideal for any programmer, analyst, or database administrator in search of a SQL reference that also demonstrates how to use SQL to solve real business problems.

Additional Information
BISAC Categories:
- Computers | Programming Languages - Sql
- Computers | Databases - General
- Computers | Software Development & Engineering - General
Dewey: 005.756
LCCN: 88062184
Series: Expert's Voice
Physical Information: 1.24" H x 7.08" W x 9.16" (1.99 lbs) 576 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
STRUCTURED QUERY LANGUAGE (SQL) is the language of the database. It's a stan- dard that defines how to manipulate almost every aspect of database, from creating the database and tables themselves to creating, reading, inserting, updating, and deleting data in the database. This standard is then implemented and extended differently by each database system vendor. The current version of the SQL standard is SQL-99. Most major database platforms now adhere fairly closely to this standard with a couple of exceptions. Microsoft Access, for example, has only recently (with Access XP) adopted the SQL-92 standard. Previous editions of Access supported only SQL-89. In this book, we'll walk through all the major SQL statements you're likely to need when programming databases. We'll highlight differences between the standard and implementations used in five major database systems: - SQLServer - Oracle - DB2 - MySQL - Access Who Is This Book For? This book is designed to meet the needs of both the novice SQL programmer who needs a bit of syntactical help and the developer using SQL day to day who needs a handy desktop SQL reference. You don't need to have done much data- base programming before, but some experience with databases will be useful. You should also have one of the five database systems mentioned earlier to gain the most benefits from this book.