Cantitate/Preț
Produs

The Programmer's Guide to SQL

Autor Cristian Darie, Karli Watson
en Limba Engleză Paperback – 8 oct 2003
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 youll 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.
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.
Citește tot Restrânge

Preț: 25641 lei

Preț vechi: 32051 lei
-20% Nou

Puncte Express: 385

Preț estimativ în valută:
4908 5104$ 4113£

Carte disponibilă

Livrare economică 20 februarie-06 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781590592182
ISBN-10: 1590592182
Pagini: 576
Ilustrații: XV, 576 p.
Dimensiuni: 178 x 235 x 30 mm
Greutate: 0.9 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

Cuprins

1 Understanding SQL and Relational Databases.- 2 Retrieving Data with SQL.- 3 Modifying Data.- 4 Summarizing and Grouping Data.- 5 Performing Calculations and Using Functions.- 6 Combining SQL Queries.- 7 Querying Multiple Tables.- 8 Hiding Complex SQL with Views.- 9 Using Stored Procedures.- 10 Transactions.- 11 Users and Security.- 12 Working with Database Objects.- 13 Triggers.- 14 Case Study: Building a Product Catalog.- 15 Case Study: Implementing Role-Based Security.- Appendix A Executing SQL Statements.- Entering SQL Statements.- Connecting to Databases Using SQL.- Appendix B Setting Up the InstantUniversity Database.- Creating the Database.- Inserting Data into the Database.- Testing the Database Installation.- Appendix C Data Types.- RDBMS Data Types.

Notă biografică

Cristian Darie is a software engineer with experience in a wide range of modern technologies. He is the author of numerous books, including his popular ASP.NET C# e-commerce tutorial, his Ajax and PHP tutorial, and his search engine optimization tutorial for PHP developers. Cristian studied distributed application architectures for his Ph.D, and is getting involved with various commercial and research projects. When not planning to buy Google, he enjoys his bit of social life. If you want to say "Hi," you can reach Cristian through his personal website, www.CristianDarie.ro.

Caracteristici

Combines the proven tutorial approach to teaching SQL with a collection of SQL solutions for practical business problems Shows programmers how to perform all of the most common SQL tasks for 5 of the most common databases: SQL Server, Oracle, DB2, Access and MySQL Ideal for programmers needing to adapt their SQL code for a different database Provides clearly explained code examples for all databases