Name the different types of Table spaces.

Answers were Sorted based on User's Feedback



Name the different types of Table spaces...

Answer / obularaju

1) Simple Tablespace
2) Segmented Tablespace
3) Partitioned tablespace

Is This Answer Correct ?    27 Yes 5 No

Name the different types of Table spaces...

Answer / shruthi

In DB2:
1) Simple Tablespace
2) Segmented Tablespace
3) Partitioned tablespace

In Oracle:
1)Permanent tablespaces
2)Undo tablespaces
3)Temporary tablespaces

Is This Answer Correct ?    9 Yes 2 No

Name the different types of Table spaces...

Answer / dave ian

add universal table space from V10.

Is This Answer Correct ?    3 Yes 0 No

Name the different types of Table spaces...

Answer / siva

A table space is a logical storage structure used to control where the data for a database physically is stored. Generally in db2 there are 3 types they are:
Catalog tablespace
User tablespace
Temporary tablespace
these are the default tablespaces

Is This Answer Correct ?    0 Yes 0 No

Name the different types of Table spaces...

Answer / shaikh asif

System Tablespace
Non-System Tablespace
Temporary Tablespace
Undo Tablespace

Is This Answer Correct ?    6 Yes 8 No

Post New Answer

More DB2 Interview Questions

what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?

2 Answers  


Mention the location where the output received from explain statement is stored.

0 Answers  


Can we declare DB2 HOST variable in COBOL COPY book?

2 Answers  


How does db2 sample database connect?

0 Answers  


how do u update the faltfile into db2 table ?

4 Answers   RBS, TCS,






Compare a subselect to a join?

1 Answers  


How can deadlocks be resolved?

0 Answers  


How can you validate Sql errors during cursor operation in db2 pgms and where do you code?

0 Answers   IBM,


can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?

1 Answers  


Assuming that a site's standard is that pgm name = plan name, what is the easiest way to find out which Will precompile of an DB2-COBOL program bomb, if DB2 is down?

1 Answers  


Can you use max on a char column?

0 Answers  


What is QUIESCE?

2 Answers  


Categories