Previous Topic: SQL Application Development in CA IDMSNext Topic: SQL Data Access


Accessing Data Using SQL

You embed SQL statements in an application program to access the database. SQL allows you to access the database without reference to its physical characteristics.

A database defined with SQL DDL includes constraints that govern data manipulation. The DBMS enforces constraints at runtime.