Foundation Db2 and Python: Access Db2 with Module-Based API Examples Using Python
Autor W. David Ashleyen Limba Engleză Paperback – 5 aug 2021
Begin by getting your free version of Db2 for Linux and Windows. While the book concentrates more on the Linux version of Db2, it also covers enough of the Windows version so that you're comfortable with obtaining and installing Db2 on your version of Windows. Next, you'll see how to install the sample database that comes with Db2, and take some data from the web to design a database around it, including tables and indexes.
For Db2 to be really useful you need to use strong SQL expressions. This book provides specific examples of how to avoid using poor ones that can cause extra processing time for the query. Lastly, you'll look at each API in the ibm_db and ibm_db_dbi module. This module is not sponsored by IBM and must be installed separately from the Db2 database.
After reading Foundation Db2 and Python you'll be able to install Db2 on Windows or Linux, and perform backups and restore data.
What You'll Learn
- Obtain and install Db2 properly on Linux and Windows
- Create databases and load them on Db2
- Work with ibm_db and ibm_db_dbi API modules for Python
- Write SQL for Db2
- Review the future of the ibm_db Python module
Who This Book Is For
Python programmers and DB2 administrators interested in building application with Python and DB2
Preț: 312.87 lei
Preț vechi: 391.08 lei
-20% Nou
Puncte Express: 469
Preț estimativ în valută:
59.87€ • 62.97$ • 49.88£
59.87€ • 62.97$ • 49.88£
Carte disponibilă
Livrare economică 13-27 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484269411
ISBN-10: 1484269411
Pagini: 490
Ilustrații: XV, 214 p. 11 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.41 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484269411
Pagini: 490
Ilustrații: XV, 214 p. 11 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.41 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: Introduction to Db2 for Linux and Windows.- Chapter 2: Installing Db2 Db2 on Linux and Windows.- Chapter 3: Db2 Management.- Chapter 4: Database Physical Design.- Chapter 5: Db2 Utilities.- Chapter 6: Business Rules and Constraints.- Chapter 7: Writing Good SQL for Db2.- Chapter 8: Python and Db2 - The ibm_db Module.- Chapter 9: ibm_db Module Documentation.- Chapter 10: Where Is The ibm_db Module Going?
Notă biografică
W. David Ashley is a technical writer for SkillSoft where he specializes in open source, particularly Linux. As a member of the Linux Fedora documentation team he recently led the Libvert project documentation, and wrote the Python programs included with it. He has developed in 20 different programming languages during his 30 years as a software developer and IT consultant, including more than 18 years at IBM and 12 years with American Airlines.
Textul de pe ultima copertă
Work with Db2 to write SQL and access databases using optimized code for the fastest response. This book will give you complete documentation on DB2 via Python for the IBM_db module and provide a number of examples for the usage of each module API.
Begin by getting your free version of Db2 for Linux and Windows. While the book concentrates more on the Linux version of Db2, it also covers enough of the Windows version so that you're comfortable with obtaining and installing Db2 on your version of Windows. Next, you'll see how to install the sample database that comes with Db2, and take some data from the web to design a database around it, including tables and indexes.
For Db2 to be really useful you need to use strong SQL expressions. This book provides specific examples of how to avoid using poor ones that can cause extra processing time for the query. Lastly, you'll look at each API in the ibm_db and ibm_db_dbi module. This module is not sponsored by IBM and must be installed separately from the Db2 database.
After reading Foundation Db2 and Python you'll be able to install Db2 on Windows or Linux, and perform backups and restore data.
You will:
- Obtain and install Db2 properly on Linux and Windows
- Create databases and load them on Db2
- Work with ibm_db and ibm_db_dbi API modules for Python
- Write SQL for Db2
- Review the future of the ibm_db Python module
Caracteristici
Extensive coverage on how to access a Db2 data base from Python Covers creating a small library for managing a Db2 data base Covers how to avoid potential problems with the ibm_db module in future versions