InterviewSolution
Saved Bookmarks
| 1. |
What is the Clustering Index in the DB2 database? |
|
Answer» A clustering index is a type of index, which locates the roes of the table and determines how to GROUP these rows in the TABLESPACE. 8. What is the role of the DATA page in the DB2 database?Data page retrieves the data from the database. The database from which the data can be extracted is in the form of 4 kilobytes or 32 kilobytes. Data page also includes the INFORMATION regarding the user that is part of the database. |
|