Introduction

Application programming in DB2 is mostly done by using views, stored procedures and functions. These database objects encapsulate the code, gives better security and faster retrieval of data. Programming using SQL is the most direct method and the effective one as it is usually an extension of SQL. The tutorial uses the health care scenario which is used in the previous tutorials.

Topics presented here are: