What is a db2 tablespace?
How could one combine a set of incremental image copies into a single copy?
how can u understand the end of the table ?
What are the functions in DB2?
what is the difference between normal select query and currosor
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
Explain about rct.
What is database alias db2?
how to fetch multiple records without using cursor
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
How many databases are there?
Outputs of explain are with matchcols = 0. What does this signify?
What is the function of the Data Manager?