What is tablespace?
Answers were Sorted based on User's Feedback
Answer / kathir
Tablespace is the collection of tables.we can create
tablespaces by using 3 types,
simple tablespace
sigmented tablespace
partitioned tablespace
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / s
Tablespaces are number of VSAM Linear Datasets that store
data for tables and indexes.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is SMP/E? and what are the major steps of it? thanks...
Can we use select * statement in cobol program without giving field names ???
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
Are views updateable?
what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
What is the maximum size of varchar data type in db2?
What is concurrency in db2?
What are leaf pages?
How many clustering indexes can be defined for a table?
What is reorg?
Which is faster delete or truncate?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.