Dieses Angebot wurde verkauft am Di, 23. Sep um 12:43.
Anfangsdatenbanken mit PostgreSQL: Vom Anfänger zum Profi (ab
Verkauft
Anfangsdatenbanken mit PostgreSQL: Vom Anfänger zum Profi (ab
US $4,78US $4,78
Di, 23. Sep, 12:43Di, 23. Sep, 12:43

Anfangsdatenbanken mit PostgreSQL: Vom Anfänger zum Profi (ab

Once Upon a Time Books Inc
(344500)
Angemeldet als gewerblicher Verkäufer
US $4,78
Ca.CHF 3,80
Artikelzustand:
Gut
This is a used book in good condition and may show some signs of use or wear .
    Versand:
    Kostenlos Economy Shipping.
    Standort: Tontitown, Arkansas, USA
    Lieferung:
    Lieferung zwischen Do, 9. Okt und Di, 14. Okt nach 94104 bei heutigem Zahlungseingang
    Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
    Rücknahme:
    30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
    Zahlungen:
         Diners Club

    Sicher einkaufen

    eBay-Käuferschutz
    Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
    Der Verkäufer ist für dieses Angebot verantwortlich.
    eBay-Artikelnr.:406144549821
    Zuletzt aktualisiert am 22. Sep. 2025 10:20:24 MESZAlle Änderungen ansehenAlle Änderungen ansehen

    Artikelmerkmale

    Artikelzustand
    Gut
    Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
    Hinweise des Verkäufers
    “This is a used book in good condition and may show some signs of use or wear .”
    Book Title
    Beginning Databases with PostgreSQL: From Novice to Profession
    ISBN
    9781590594780
    Kategorie

    Über dieses Produkt

    Product Identifiers

    Publisher
    Apress L. P.
    ISBN-10
    1590594789
    ISBN-13
    9781590594780
    eBay Product ID (ePID)
    44413057

    Product Key Features

    Number of Pages
    Xxiv, 664 Pages
    Language
    English
    Publication Name
    Beginning Databases with Postgresql
    Subject
    Software Development & Engineering / General, Databases / General
    Publication Year
    2005
    Features
    New Edition
    Type
    Textbook
    Subject Area
    Computers
    Author
    Richard Stones, Neil Matthew
    Series
    The Expert's Voice in Open Source Ser.
    Format
    Perfect

    Dimensions

    Item Height
    1.3 in
    Item Weight
    53.6 Oz
    Item Length
    9.2 in
    Item Width
    7 in

    Additional Product Features

    Edition Number
    2
    Intended Audience
    Scholarly & Professional
    LCCN
    2006-530648
    Dewey Edition
    22
    Number of Volumes
    1 vol.
    Illustrated
    Yes
    Dewey Decimal
    005.7585
    Table Of Content
    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#.
    Edition Description
    New Edition
    Synopsis
    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., Introducing readers to many of the most prominent features of PostgreSQL, the authors simultaneously present key relational database design and management principles that will help novice readers effectively manage their data-driven application. Over 150 pages of coverage is devoted to the most popular PostgreSQL APIs, including PHP, Perl, Java, and C., This book introduces readers to many of the most prominent features, simultaneously introducing key relational database design and management principles that will help the novice reader effectively manage their data-driven application., 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.
    LC Classification Number
    QA76.9.D3

    Artikelbeschreibung des Verkäufers

    Info zu diesem Verkäufer

    Once Upon a Time Books Inc

    99% positive Bewertungen981 Tsd. Artikel verkauft

    Mitglied seit Sep 1998
    Angemeldet als gewerblicher Verkäufer
    We are a full-line, online bookseller. With our inventory of over 60,000 items, we aim to be your first stop on the internet for all of your used and out-of-print book buying needs. To help find the ...
    Mehr anzeigen
    Shop besuchenKontakt

    Detaillierte Verkäuferbewertungen

    Durchschnitt in den letzten 12 Monaten
    Genaue Beschreibung
    4.9
    Angemessene Versandkosten
    5.0
    Lieferzeit
    5.0
    Kommunikation
    5.0

    Beliebte Kategorien in diesem Shop

    Verkäuferbewertungen (479'764)

    Alle Bewertungen ansehen