what is main use of table space and index object?
please its urgent

Answer Posted / yuvaevergreen

>>Tablespace is one of the subdivision of Database in DB2.
Tables are created in Tablespaces.Indexspace is also a
subdivision of Database which contains indexes.
>>One imp difference is tablespace can contain one or more
tables whereas indexspace contains only one index for a table.
>>Tablespace has to be created by explicitly mentioning
create tablespace whereas indexspace is created implicitly
whenever we create an index using create index command.
>> Index is an object which can be considered as pointers to
rows of a table.

Is This Answer Correct ?    29 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is copy pending and check pending in db2?

565


What is db2 bind process?

741


How can you classify the locks in db2?

624


How to find the maximum value in a column in the db2 database?

593


What are the various isolation levels possible?

635






How can the duplicate values be eliminated from db2 select?

613


My sql statement select avg(salary) from emp yields inaccurate results. Why?

632


What is a db2 table?

585


What is bind and rebind in db2?

634


Explain package in db2 and its advantages?

580


What is the default page size of buffer pools?

637


Explain how can you do the explain of a dynamic sql statement?

638


How would the varchar column remarks defined?

616


What is check constraint. Explain with example.

635


What are foreign keys in db2?

607