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 |
How to resolve -504 sql code in DB2?
What is db2 stogroup?
What is db2? Explain.
how does the defining of a stored procedure effect the size of a DB2 data base A) it increases the size of a data base B) it decreases the size of a data base C) it does not effect the size of the data base D) it changes the table space structures
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
What DB2 Catalog column tell you when an index needs table reorganized ?
wht are the restrictions for union ?
How many databases can be created inside an instance in db2 ?
cobol-db2 runjcl please?
On the create tablespace, what does the CLOSE parameter do?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
What are some SQL aggregates and other built-in functions?