Answer Posted / orawhiz
Each Non-clustered table has a data segment. All of the table's
data is stored in the extents of its data segment. Each
cluster has a data segment. The data of every table in the
cluster is stored in the cluster's data segment.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is meant by joins? List out the types of joins.
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How to install oracle odbc drivers?
What is the minimum client footprint required to connect c# to an oracle database?
Explain mutating triggers.
How to define an anonymous procedure without variables?
What is a sub query? What are its various types?
How to use like conditions in oracle?
What is a nvl function?
Does oracle charge for java?
Explain about the analyze command in oracle?
How to rollback the current transaction in oracle?
What is the usage of analyze command in oracle?
Explain do view contain data?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??