Tag: IBM

Community

SQL Under The Covers

(Pranav Sampat) Ever wonder what happens behind DB2’s doors in response to a query? Peek inside to find out. The beauty of SQL is the ease with which it enables data manipulation. SQL eliminates the need for users and developers to know how to navigate the data structure in order to return the de

Community

Constraints and Triggers

The DB2 DBMS offers a useful suite of methods to ensure data consistency. Primary key constraints forbid duplicate values in one or more columns of a table. Foreign key constraints ensure consistency of tuple (row) references across tables. Table check constraints are conditions that are defined