| Title | SQL Pocket Guide (Pocket References) |
| Author | Jonathan Gennick |
| Publisher | O'Reilly Media, Inc. |
| Price | $1499 |
| Available | Usually ships in 24 hours |
Now available in an updated second edition, our very popular "SQL Pocket Guide" is a major help to programmers, database administrators, and everyone who uses SQL in their day-to-day work. The "SQL Pocket Guide" is a concise reference to frequently used SQL statements and commonly used SQL functions. Not just an endless collection of syntax diagrams, this portable guide addresses the language's complexity head on and leads by example. The information in this edition has been updated to reflect the latest versions of the most commonly used SQL variants including:
Oracle Database 10g, Release 2 (including
the free Oracle Database 10g Express Edition (XE))
Microsoft SQL Server 2005
MySQL 5
IBM DB2 8.2
PostreSQL 8.1 database
| Title | PostgreSQL (2nd Edition) (Developer's Library) |
| Author | Korry Douglas |
| Publisher | Sams |
| Price | $4999 |
| Available | Usually ships in 24 hours |
The second edition of the best-selling PostgreSQL has been updated to completely cover new features and capabilities of the 8.0 version of PostgreSQL. You will be lead through the internals of the powerful PostgreSQL open source database chapter, offering an easy-to-read, code-based approach that makes it easy to understand how each feature is implemented, how to best use each feature, and how to get more performance from database applications. This definitive guide to building, programming and administering the powerful PostgreSQL open-source database system will help you harness one of the most widely used open source, enterprise-level database systems.
| Title | Beginning Databases with PostgreSQL: From Novice to Professional, Second Edition (Beginning from Novice to Professional) |
| Author | Neil Matthew,Richard Stones |
| Publisher | Apress |
| Price | $4499 |
| Available | Usually ships in 24 hours |
PostgreSQL is arguably the most powerful open-source relational database system. It has grown from academic research beginnings into a functionally-rich, standards-compliant, and enterprise-ready database used by organizations all over the world. And it's completely free to use.
Beginning Databases with PostgreSQL offers readers a thorough overview of database basics, starting with an explanation of why you might need to use a database, and following with a summary of what different database types have to offer when compared to alternatives like spreadsheets. You'll also learn all about relational database design topics such as the SQL query language, and introduce core principles including normalization and referential integrity.
The book continues with a complete tutorial on PostgreSQL features and functions and include information on database construction and administration. Key features such as transactions, stored procedures and triggers are covered, along with many of the capabilities new to version 8. To help you get started quickly, step-by-step instructions on installing PostgreSQL on Windows and Linux/UNIX systems are included.
In the remainder of the book we show you how to make the most of PostgreSQL features in your own applications using a wide range of programming languages, including C, Perl, PHP, Java and C#. Many example programs are presented in the book, and all are available for download from the Apress web site.
By the end of the book you will be able to install, use, and effectively manage a PostgreSQL server, design and implement a database, and create and deploy your own database applications.
| Title | SQL Hacks |
| Author | Andrew Cumming,Gordon Russell |
| Publisher | O'Reilly Media, Inc. |
| Price | $2999 |
| Available | Usually ships in 24 hours |
Let SQL Hacks serve as your toolbox for digging up and manipulating data. If you love to tinker and optimize, SQL is the perfect technology and SQL Hacks is the must-have book for you.
| Title | The PostgreSQL Reference Manual Volume 3: Server Administration Guide (The Postgresql Reference Manual) |
| Author | The PostgreSQL Global Development Group |
| Publisher | Network Theory Ltd. |
| Price | $2495 |
| Available | Usually ships in 24 hours |
| Title | The PostgreSQL Reference Manual Volume 2: Programming Guide (The Postgresql Reference Manual) |
| Author | The PostgreSQL Global Development Group |
| Publisher | Network Theory Ltd. |
| Price | $3495 |
| Available | Usually ships in 24 hours |
| Title | The PostgreSQL Reference Manual Volume 1: SQL Language Reference |
| Author | The PostgreSQL Global Development Group |
| Publisher | Network Theory Ltd. |
| Price | $4995 |
| Available | Usually ships in 24 hours |
| Title | PostgreSQL 8 for Windows (Database Professional's Library) |
| Author | Richard Blum |
| Publisher | McGraw-Hill Osborne Media |
| Price | $4999 |
| Available | Usually ships in 24 hours |
The easiest way to set up a PostgreSQL database server on Windows
Get up-and-running on PostgreSQL quickly using this hands-on guide. Filled with real-world examples, PostgreSQL 8 for Windows offers you practical, step-by-step details on installing, configuring, and using PostgreSQL 8--the full-featured, open-source database management system--on Windows platforms. You'll learn to administer, secure, and tune your database and use SQL. You'll also discover how to interface Microsoft Access, Microsoft .NET, Visual C++, and Java with the PostgreSQL database.
| Title | SQL in a Nutshell (In a Nutshell (O'Reilly)) |
| Author | Kevin Kline,Daniel Kline,Brand Hunt |
| Publisher | O'Reilly Media, Inc. |
| Price | $4499 |
| Available | Not yet published |
Beginning where vendor documentation ends, SQL in a Nutshell distills the experiences of professional database administrators and developers who have used SQL variants to support complex enterprise applications. Whether SQL is new to you, or you've been using SQL since its earliest days, you'll get lots of new tips and techniques in this book.
The majority of this slender book comprises eminently useful syntax documentation (which is in the style of Unix man pages, with bracketed options and monospace arguments) and the other information that's specific to individual statements and functions. Additionally, it includes a relatively small amount of conceptual information, such as a section on the proper use of NULL values. The material that's not statement-specific also contrasts data-type implementations of the four covered platforms--for example, readers learn that a PostgreSQL int2 value is known as a smallint in ANSI standard SQL. This is a particularly handy reference book, if you use one of the emphasized SQL implementations. --David Wall
Topics covered: Structured Query Language (SQL), as implemented in Oracle, Microsoft SQL Server, MySQL, and PostgreSQL, as well as in ANSI standard SQL (SQL92 and SQL99). After an introduction to data types and relational database fundamentals (the latter is not emphasized), the authors document SQL statements and functions, one by one and alphabetically. They take care to point out differences among the four implementations.
| Title | Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional (Beginning, from Novice to Professional) |
| Author | Emilian Balanescu,Mihai Bucica,Cristian Darie |
| Publisher | Apress |
| Price | $4999 |
| Available | Usually ships in 24 hours |
The PHP language and PostgreSQL database server have long offered an ideal blend of practicality and power for both the novice and experienced programmer alike. Yet the continued evolution of both technologies makes them better suited to drive enterprise-class applications than ever before. In Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional, noted authors Cristian Darie, Emilian Balanescu, and Mihai Bucica show you how to take advantage of this powerful duo to build an e-commerce web site, guiding you step-by-step through the process of designing and developing the project.
Each chapter is devoted to a specific new feature. You'll learn how to build an online product catalog complete with pagination features, shopping cart, checkout mechanism, product search feature, product recommendations, administrative features, customer accounts, an order-management system, and more. You'll also learn how to process electronic payments by integrating several popular payment services, including PayPal, DataCash, and Authorize.net, and how to integrate the Amazon E-Commerce Service (ECS).
The book promotes good programming practices, including the separation of presentation code, business code, and data access code using a 3-tier architecture. PDO (PHP Data Objects) is used to connect to the database, and PostgreSQL functions are used to store the data logic. The Smarty templating engine is used to create the presentation layer. For a preview of what this book will teach you, take a look at the HatShop shopping cart demo.
Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional is aimed at developers looking for a tutorial approach to building a full e-commerce web site from design to deployment. However, its assumed that you have mastered the basics of PHP and have some experience working with relational databases (preferably PostgreSQL).
Computer Books top page
excel
excel function
excel vba
word microsoft
access database
JAVA
C
COBOL
Visual Basic
Delphi
Ruby
Lisp
perl
Eclipse
Ant
EJB
design pattern
object oriented
homepage
blog
affiliate
html
TCP/IP
Apache
Tomcat
flash
javascript
CGI
XML
Ethernet
LAN
WAN network
router
switch network
Oracle
SQL Server
DB2
dBase
PostgreSQL
MySQL
FileMaker
Windows OS
OS Windows2000
OS WindowsXP
OS Linux
Unix
MacOS
FreeBSD
TRON
artificial intelligence
cipher
robot
computer
photoshop
Illustrator
LiveMotion
Dreamweaver
Fireworks
web design
pdf
postscript
MOUS