Where besides the DB2 catalog is database object
information stored by DB2?
Answer / s
Datbase object information is stored in a internal format
in DBD, Database Descriptors.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is an instance database?
if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records
What is db2 stogroup?
Where would you find information about the type of database authority held by the user?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
How to solve S0C7 abend with out using DISPlay in 10 mins?
What types of tables are there in the db2 database?
In terms of DB2 indexing, what is the root page?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
Define buffer pool.
My sql statement select avg(salary) from emp yields inaccurate results. Why?
How to execute stored procedures?