What is a Data Segment ?
Answers were Sorted based on User's Feedback
Answer / narendra
Data Segment is a collection of extents used to store the data of a table and the table can be a non-clustered table, a clustered table, or a partitioned table, so we can also call Data Segment as Table Segment.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / nishi
Data segment are the physical areas within a database block in which the data associated with tables and clusters are stored.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What is data block in Oracle?
what is the difference between data migration and production migration.
What is an Index ? How it is implemented in Oracle Database ?
What is meant by raw datatype?
if i am using dml statement in function. then i am writing select statement what was the output
What is the exact use of Collections?
Whats the benefit of dbms_stats over analyze?
What is an oracle user account?
What do you know about normalization? Explain in detail?
12. Display the client name in upper case only and in lower case only.
Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table
What is a nested table and how is it different from a normal table?