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 |
Explain the contention situations caused by locks?
What are simple, segmented and partitioned table spaces ?
What is runstats utility in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What does the RUNSTATS Utility do?
how can you access index
What language is db2 written in?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
What is dbrm? What it contains? When it will be created?
how to resolve -805. give clear explination for that
What is Declaration Generator(DCLGEN)?
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language