What are simple, segmented and partitioned table spaces ?
Answer / s
Simple tablespaces stores the rows for all the tables and
they are interleaved with one another.
Segmented tablespaces, tables are stored in equal sized
segments and a segment contains rows from one table.
Partitioned tablespace, only one table can be defined and
rows are spread across partitions.
| Is This Answer Correct ? | 6 Yes | 1 No |
Is db2 a mainframe database?
B37 abend during spufi?
What is an access path?
How does a cursor work?
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?
Write a query to retrive partial string.
What are the three lock types?
When is the skeleton cursor table created?
Which component is responsible for db2 startup and shutdown?
What is a DB2 plan?
how to resolve -811 sqlcode .give clear explaination
What is declare cursor?