- IBM DB2 9.7 Advanced Application Developer Cookbook
- Sanjay Kumar Mohankumar Saraswatipura
- 116字
- 2021-08-20 15:42:18
Chapter 1. Application Development Enhancements in DB2 9.7
In this chapter, we will focus on the following recipes related to application development enhancements in DB2 9.7 that help the application developer community to use DB2 features, instead of application logic:
- Changing column names online using the ALTER TABLE operation
- Using the CREATE OR REPLACE clause while creating objects
- Using the ALTER TABLE operation in a single transaction
- Using the CREATE WITH ERROR support
- Using the soft invalidation and automatic revalidation support
- Using the ALTER COLUMN SET DATA TYPE extended support
- Using the new TRUNCATE statement
- Using the AUTONOMOUS transactions
- Using implicit casting during application enablement
- Using the DEFAULT values and NAMED arguments in procedures
推薦閱讀
- C語言程序設計(第3版)
- LabVIEW入門與實戰開發100例
- Apache Spark 2 for Beginners
- Git高手之路
- Hands-On JavaScript High Performance
- The Data Visualization Workshop
- Learning Apache Kafka(Second Edition)
- MySQL數據庫管理與開發(慕課版)
- Serverless架構
- 組態軟件技術與應用
- Getting Started with Python
- OpenCV Android Programming By Example
- C語言程序設計
- Java并發實現原理:JDK源碼剖析
- WCF技術剖析(卷1)