Beginning Databases with PostgreSQL: From Novice to Professional
Autor Richard Stones, Neil Matthewen Limba Engleză Paperback – 7 apr 2005
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.
Preț: 284.00 lei
Preț vechi: 355.01 lei
-20% Nou
Puncte Express: 426
Preț estimativ în valută:
54.39€ • 57.05$ • 45.11£
54.39€ • 57.05$ • 45.11£
Carte disponibilă
Livrare economică 02-08 ianuarie 25
Livrare express 21-27 decembrie pentru 31.84 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590594780
ISBN-10: 1590594789
Pagini: 637
Ilustrații: XXIV, 664 p.
Dimensiuni: 178 x 235 x 36 mm
Greutate: 1.52 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1590594789
Pagini: 637
Ilustrații: XXIV, 664 p.
Dimensiuni: 178 x 235 x 36 mm
Greutate: 1.52 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
to PostgreSQL.- Relational Database Principles.- Getting Started with PostgreSQL.- Accessing Your Data.- PostgreSQL Command-Line and Graphical Tools.- Data Interfacing.- Advanced Data Selection.- Data Definition and Manipulation.- Transactions and Locking.- Functions, Stored Procedures, and Triggers.- PostgreSQL Administration.- Database Design.- Accessing PostgreSQL from C Using libpq.- Accessing PostgreSQL from C Using Embedded SQL.- Accessing PostgreSQL from PHP.- Accessing PostgreSQL from Perl.- Accessing PostgreSQL from Java.- Accessing PostgreSQL from C#.
Notă biografică
Richard Stones graduated from university with an electrical engineering degree, but decided software was more fun. He has programmed in a variety of languages, but only admits to knowing Visual Basic under duress. He has worked for a number of companies, from the very small to the very large, in a variety of areas, from real-time embedded systems upward. He is employed by Celesio AG as a systems architect, working principally on systems for the retail side of the business. He has co-authored several computing books with Neil Matthew, including Beginning Linux Programming, Professional Linux Programming, and Beginning Databases with MySQL.
Caracteristici
The most updated PostgreSQL book on the market, covering version 8.0 Highlights the most popular PostgreSQL APIs, including C, Perl, PHP, and Java This is two books in one; it simultaneously covers key relational database design principles, while teaching PostgreSQL