How to view db2 table structure?
What are catalog tables in db2?
how to fetch first 100 rows in db2
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
How to create db2 table in mainframe?
How do you find the maximum value in a column in db2?
How do I add a column to an existing table in db2?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
database DSNDB01 means a.db2 catalog b.db2 directory c.BSDS d.active logs answer with reason please
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
what are stage one indexable predicates?
What is buffer pool?