The DB2/390 tablespace and index relationship query returns the names and types of the DB2/390 indexes which are referenced by tables in the specified tablespace. DB2/390 does not allow you to specify an index type of 1 if the tablespace lock size is row. This query allows you to determine if any type 1 indexes are defined on any tables in the specified tablespace.
View type: DAQDB2390Tablespace
Modifications:
Change the search criteria of the tablespace name using the = (equals), IN or LIKE elements in the SQL WHERE clause. The WHERE clause may be changed to locate the tablespace used by a specific table.