Vendeur : MusicMagpie, Stockport, Royaume-Uni
EUR 7,62
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : Very Good. 1753699329. 7/28/2025 10:42:09 AM.
Vendeur : Book Dispensary, Concord, ON, Canada
EUR 17,89
Quantité disponible : 1 disponible(s)
Ajouter au panierHardcover. Etat : New. BRAND NEW hardcover. Book.
Vendeur : books4less (Versandantiquariat Petra Gros GmbH & Co. KG), Welling, Allemagne
EUR 8,95
Quantité disponible : 1 disponible(s)
Ajouter au paniergebundene Ausgabe. Etat : Gut. 472 Seiten; Das hier angebotene Buch stammt aus einer teilaufgelösten wissenschaftlichen Bibliothek und trägt die entsprechenden Kennzeichnungen (Rückenschild, Instituts-Stempel.); Schnitt und Einband sind etwas staubschmutzig; der Buchzustand ist ansonsten ordentlich und dem Alter entsprechend gut. Text in ENGLISCHER Sprache! Sprache: Englisch Gewicht in Gramm: 950.
Vendeur : Books in my Basket, New Delhi, Inde
EUR 14,03
Quantité disponible : 2 disponible(s)
Ajouter au panierSoft cover. Etat : New. ISBN:9788132205289.
Vendeur : HPB-Red, Dallas, TX, Etats-Unis
EUR 32,62
Quantité disponible : 1 disponible(s)
Ajouter au panierpaperback. Etat : Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Vendeur : ThriftBooks-Atlanta, AUSTELL, GA, Etats-Unis
EUR 36,20
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less.
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
EUR 36,80
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
Vendeur : St. Vincent de Paul Boston, Stoughton, MA, Etats-Unis
EUR 32,61
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : VeryGood. Fast Shipping - Safe and Secure Bubble Mailer!
Vendeur : Universitätsbuchhandlung Herta Hold GmbH, Berlin, Allemagne
EUR 12
Quantité disponible : 2 disponible(s)
Ajouter au panier25 cm. XIV, 284 p. Hardcover. Versand aus Deutschland / We dispatch from Germany via Air Mail. Einband bestoßen, daher Mängelexemplar gestempelt, sonst sehr guter Zustand. Imperfect copy due to slightly bumped cover, apart from this in very good condition. Stamped. Data-Centric Systems and Applications. Sprache: Englisch.
Edité par Berlin/Heidelberg, Springer., 2009
ISBN 10 : 3540922008 ISBN 13 : 9783540922001
Langue: anglais
Vendeur : Universitätsbuchhandlung Herta Hold GmbH, Berlin, Allemagne
EUR 13
Quantité disponible : 4 disponible(s)
Ajouter au panierXIII, 349 p. Hardcover. Versand aus Deutschland / We dispatch from Germany via Air Mail. Einband bestoßen, daher Mängelexemplar gestempelt, sonst sehr guter Zustand. Imperfect copy due to slightly bumped cover, apart from this in very good condition. Stamped. Stamped. Data centric systems and applications. Sprache: Englisch.
Vendeur : Universitätsbuchhandlung Herta Hold GmbH, Berlin, Allemagne
EUR 14
Quantité disponible : 1 disponible(s)
Ajouter au panierxxviii, 449 p. Hardcover. Versand aus Deutschland / We dispatch from Germany via Air Mail. Einband bestoßen, daher Mängelexemplar gestempelt, sonst sehr guter Zustand. Imperfect copy due to slightly bumped cover, apart from this in very good condition. Stamped. Sprache: Englisch.
Vendeur : Universitätsbuchhandlung Herta Hold GmbH, Berlin, Allemagne
EUR 16
Quantité disponible : 3 disponible(s)
Ajouter au panier537 p. Hardcover. Versand aus Deutschland / We dispatch from Germany via Air Mail. Einband bestoßen, daher Mängelexemplar gestempelt, sonst sehr guter Zustand. Imperfect copy due to slightly bumped cover, apart from this in very good condition. Stamped. Sprache: Englisch.
Vendeur : Universitätsbuchhandlung Herta Hold GmbH, Berlin, Allemagne
EUR 16
Quantité disponible : 1 disponible(s)
Ajouter au panierxii, 186 p. Hardcover. Versand aus Deutschland / We dispatch from Germany via Air Mail. Einband bestoßen, daher Mängelexemplar gestempelt, sonst sehr guter Zustand. Imperfect copy due to slightly bumped cover, apart from this in very good condition. Stamped. Sprache: Englisch.
Edité par Springer Nature Switzerland AG, CH, 2020
ISBN 10 : 3030338355 ISBN 13 : 9783030338350
Langue: anglais
Vendeur : Rarewaves.com USA, London, LONDO, Royaume-Uni
EUR 47,58
Quantité disponible : Plus de 20 disponibles
Ajouter au panierPaperback. Etat : New. 1st ed. 2020. This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g. don't want to just use JDBC; we also want to know why the API contains the classes and methods that it does. We need a sense of how hard is it to write a disk cache or logging facility. And what exactly is a database driver, anyway?The first two chapters provide a brief overview of database systems and their use. Chapter 1 discusses the purpose and features of a database system and introduces the Derby and SimpleDB systems. Chapter 2 explains how to write a database application using Java. It presents the basics of JDBC, which is the fundamental API for Java programs that interact with a database. In turn, Chapters 3-11 examine the internals of a typical database engine. Each chapter covers a different database component, starting with the lowest level of abstraction (the disk and file manager) and ending with the highest (the JDBC client interface); further, the respective chapter explains the main issues concerning the component, and considers possible design decisions. As a result, the reader can see exactly what services each component provides and how it interacts with the other components in the system. By the end of this part, s/he will have witnessed the gradual development of a simple but completely functional system. The remaining four chapters then focus on efficient query processing, and focus on the sophisticated techniques and algorithms that can replace the simple design choices described earlier. Topics include indexing, sorting, intelligent buffer usage, and query optimization.This text is intended for upper-level undergraduate or beginning graduate courses in Computer Science. It assumes that the reader is comfortable with basic Java programming; advanced Java concepts (such as RMI and JDBC) are fully explained in the text. The respective chapters are complemented by "end-of-chapter readings" that discuss interesting ideas and research directions that went unmentioned in the text, and provide references to relevant web pages, research articles, reference manuals, and books. Conceptual and programming exercises are also included at the end of each chapter. Students can apply their conceptual knowledge by examining the SimpleDB (a simple but fully functional database system created by the author and provided online) code and modifying it.
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
EUR 45,23
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Ria Christie Collections, Uxbridge, Royaume-Uni
EUR 34,12
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. In.
Vendeur : Chiron Media, Wallingford, Royaume-Uni
EUR 31,69
Quantité disponible : 10 disponible(s)
Ajouter au panierPaperback. Etat : New.
Vendeur : Anybook.com, Lincoln, Royaume-Uni
EUR 35,29
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : Good. This is an ex-library book and may have the usual library/used-book markings inside.This book has hardback covers. In good all round condition. No dust jacket. Please note the Image in this listing is a stock photo and may not match the covers of the actual item,750grams, ISBN:9783642550485.
Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni
EUR 34,11
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni
EUR 38,10
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
Vendeur : Basi6 International, Irving, TX, Etats-Unis
EUR 56,49
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service.
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
EUR 54,46
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
EUR 54,46
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Lucky's Textbooks, Dallas, TX, Etats-Unis
EUR 53,26
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Lucky's Textbooks, Dallas, TX, Etats-Unis
EUR 53,26
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Lucky's Textbooks, Dallas, TX, Etats-Unis
EUR 53,67
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Lucky's Textbooks, Dallas, TX, Etats-Unis
EUR 53,67
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Books Puddle, New York, NY, Etats-Unis
EUR 54,63
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : New. pp. XIII, 458 1 Edition NO-PA16APR2015-KAP.
Vendeur : Basi6 International, Irving, TX, Etats-Unis
EUR 59,38
Quantité disponible : 8 disponible(s)
Ajouter au panierEtat : Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service.
Vendeur : Romtrade Corp., STERLING HEIGHTS, MI, Etats-Unis
EUR 59,38
Quantité disponible : 5 disponible(s)
Ajouter au panierEtat : New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide.