Oracle contains a pseudocolumn called rowid which returns a unique id for every row in a table. In procedual sql, this is often more convenient than a compound primary key when looping through a cursor and attempting to update the current record. Does DB2 have anything equivalent?