What are simple, segmented and partitioned table spaces ?



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

Post New Answer

More DB2 Interview Questions

What is a result table?

1 Answers  


How do you check for a null value in a db2 column?

2 Answers  


How to create a table using embedded sql?

1 Answers  


How to define the a field which accepts value till 99999.99 in db2

3 Answers  


Where could you look if you had a question about whether a column has been defined as an index?

2 Answers  






Which component is used to execute the sql statements?

0 Answers  


How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?

3 Answers   CTS, IBM,


What is role in db2?

0 Answers  


What is a root page?

1 Answers  


What is referential integrity?

5 Answers  


Can we update view in db2?

0 Answers  


What is COPY PENDING status?

6 Answers  


Categories