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 copy the host variables from ps file into cobol program other than include statement
AGGREGATE function support by DB2. A) SUM & AVG B) SUM, MIN & AVG C) SUM, MAX, AVG , MIN &COUNT D) NONE
which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM
List down the data types in the db2 database.
what are the SQL codes u freequently got?
Which command is used to remove all rows from a table?
What is a system catalog table in db2?
Explain correlated sub-queries.
what is the soft code for deadlock ?
What is cursor stability in db2?
how to identify the pseudo conversation by seeing the program
Is ibm db2 open source?