|Eingestellt in Kategorie:

MySQL Kochbuch - 9780596527082, Paul DuBois, Taschenbuch-

Ursprünglicher Text
MySQL Cookbook - 9780596527082, Paul DuBois, paperback
Orion Tech LLC
(213152)
Angemeldet als gewerblicher Verkäufer
US $5,07
Ca.EUR 4,35
Artikelzustand:
Gut
Ganz entspannt. Rückgaben akzeptiert.
Versand:
Kostenlos Standard Shipping.
Standort: Arlington, Texas, USA
Lieferung:
Lieferung zwischen Sa, 23. Aug und Mi, 27. Aug 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

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:285939341758
Zuletzt aktualisiert am 25. Jul. 2025 12:30:05 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Gut: Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr ...
Book Title
MySQL Cookbook
ISBN
9780596527082

Über dieses Produkt

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
059652708X
ISBN-13
9780596527082
eBay Product ID (ePID)
26038434205

Product Key Features

Number of Pages
980 Pages
Language
English
Publication Name
Mysql Cookbook
Subject
General, Programming Languages / Sql, Databases / Data Mining, Databases / General
Publication Year
2006
Features
Revised
Type
Textbook
Subject Area
Computers
Author
Paul Dubois
Format
Perfect

Dimensions

Item Height
2.1 in
Item Weight
47.6 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2007-272108
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.7585
Edition Description
Revised edition
Synopsis
MySQL Cookbook provides a unique problem-and-solutionformat that offers practical examples for everydayprogramming dilemmas. For every problem addressed in thebook, there's a worked-out solution or "recipe" - short,focused pieces of code that you can insert directly intoyour applications. More than a collection of cut-and-paste code, ......, Along with MySQL's popularity has come a flood of questions about solving specific problems, and that's where this Cookbook is essential. Designed as a handy resource when you need quick solutions or techniques, the book offers dozens of short, focused pieces of code and hundreds of worked-out examples for programmers of all levels who don't have the time (or expertise) to solve MySQL problems from scratch. The new edition covers MySQL 5.0 and its powerful new features, as well as the older but still widespread MySQL 4.1. One major emphasis of this book is how to use SQL to formulate queries for particular kinds of questions, using the mysql client program included in MySQL distributions. The other major emphasis is how to write programs that interact with the MySQL server through an API. You'll find plenty of examples using several language APIs in multiple scenarios and situations, including the use of Ruby to retrieve and format data. There are also many new examples for using Perl, PHP, Python, and Java as well. Other recipes in the book teach you to: Access data from multiple tables at the same time Use SQL to select, sort, and summarize rows Find matches or mismatches between rows in two tables Determine intervals between dates or times, including age calculations Store images into MySQL and retrieve them for display in web pages Get LOAD DATA to read your data files properly or find which values in the file are invalid Use strict mode to prevent entry of bad data into your database Copy a table or a database to another server Generate sequence numbers to use as unique row identifiers Create database events that execute according to a schedule And a lot more MySQL Cookbook doesn't attempt to develop full-fledged, complex applications. Instead, it's intended to assist you in developing applications yourself by helping you get past problems that have you stumped., DuBois provides a unique problem-and-solution format that offers practical examples for everyday programming dilemmas. For every problem addressed in the book, there's a worked-out solution or "recipe"--short, focused pieces of code that readers can insert directly into their applications., Along with MySQL's popularity has come a flood of questions about solving specific problems, and that's where this Cookbook is essential. Designed as a handy resource when you need quick solutions or techniques, the book offers dozens of short, focused pieces of code and hundreds of worked-out examples for programmers of all levels who don't have the time (or expertise) to solve MySQL problems from scratch. The new edition covers MySQL 5.0 and its powerful new features, as well as the older but still widespread MySQL 4.1. One major emphasis of this book is how to use SQL to formulate queries for particular kinds of questions, using the mysql client program included in MySQL distributions. The other major emphasis is how to write programs that interact with the MySQL server through an API. You'll find plenty of examples using several language APIs in multiple scenarios and situations, including the use of Ruby to retrieve and format data. There are also many new examples for using Perl, PHP, Python, and Java as well. Other recipes in the book teach you to: Access data from multiple tables at the same time Use SQL to select, sort, and summarize rows Find matches or mismatches between rows in two tables Determine intervals between dates or times, including age calculations Store images into MySQL and retrieve them for display in web pages Get LOAD DATA to read your data files properly or find which values in the file are invalid Use strict mode to prevent entry of bad data into your database Copy a table or a database to another server Generate sequence numbers to use as unique row identifiers Create database events that execute according to a schedule And a lot more "MySQLCookbook" doesn't attempt to develop full-fledged, complex applications. Instead, it's intended to assist you in developing applications yourself by helping you get past problems that have you stumped., Along with MySQL's popularity has come a flood of questions about solving specific problems, and that's where this Cookbook is essential. Designed as a handy resource when you need quick solutions or techniques, the book offers dozens of short, focused pieces of code and hundreds of worked-out examples for programmers of all levels who don't have the time (or expertise) to solve MySQL problems from scratch.The new edition covers MySQL 5.0 and its powerful new features, as well as the older but still widespread MySQL 4.1. One major emphasis of this book is how to use SQL to formulate queries for particular kinds of questions, using the mysql client program included in MySQL distributions. The other major emphasis is how to write programs that interact with the MySQL server through an API. You'll find plenty of examples using several language APIs in multiple scenarios and situations, including the use of Ruby to retrieve and format data. There are also many new examples for using Perl, PHP, Python, and Java as well.Other recipes in the book teach you to: Access data from multiple tables at the same timeUse SQL to select, sort, and summarize rowsFind matches or mismatches between rows in two tablesDetermine intervals between dates or times, including age calculationsStore images into MySQL and retrieve them for display in web pagesGet LOAD DATA to read your data files properly or find which values in the file are invalidUse strict mode to prevent entry of bad data into your databaseCopy a table or a database to another serverGenerate sequence numbers to use as unique row identifiersCreate database events that execute according to a scheduleAnd a lot more"MySQL Cookbook" doesn't attempt to develop full-fledged, complex applications. Instead, it's intended to assist you in developing applications yourself by helping you get past problems that have you stumped.
LC Classification Number
QA76.9.D3

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Info zu diesem Verkäufer

Orion Tech LLC

99% positive Bewertungen1,3 Mio. Artikel verkauft

Mitglied seit Feb 2015
Antwortet meist innerhalb 48 Stunden
Angemeldet als gewerblicher Verkäufer
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 (327.362)

Alle Bewertungen
Positiv
Neutral
Negativ
  • 7***j (796)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    I recently purchased an item from this eBay seller, and I couldn't be happier with the experience. From the prompt communication to the fast shipping, everything was handled with utmost professionalism. The item arrived exactly as described and was well-packaged to ensure its safety during transit. The seller was courteous and responsive, making the entire transaction smooth and hassle-free. I highly recommend this seller to anyone looking for quality products and excellent service.
  • k***o (17)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    I ordered three items from this seller, and one was damaged in transit (the seller is not at fault for this). However the seller very quickly righted everything, communicating with me the entire time. The other two items were in perfect condition, arrived on time, and were exactly as described. They were very quick to fix what was wrong, and were very polite about the entire thing. I will be buying from them again in the future.
  • c***c (2034)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    I’m a sports fan so when I looked through the Seller’s site it was easy to find three sports books I wanted to read. I’ve purchased from this Seller before; their prices are very affordable. I received the book pictured and described. All the books I purchased were mailed in a protective plastic envelope arriving safe and in good shape. Another fun transaction for this satisfied customer.