Answer Posted / hari krishna
A segment is a part of relational data base and consists of
one or more extents. Each extent is further divided into
blocks. Every segment has an index for holding all of its
data for quick data retrieval. Index segments can be created
explicitly by using the CREATE INDEX command. Storage
parameters for the extents of the index segment can be
specified along with this command.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can you insert values in multiple rows using one Insert statement?
What is a natural primary key?
What command do we use to rename a db, a table and a column?
What is difference between count (*) and count column?
Explain encryption of entire databases without the need for application changes in sql server 2008?
What is table constraint?
Tell me about builtinadministrator?
What are a scheduled jobs?
How are the exceptions handled in sql server programming?
In which sql server version report builder introduced?
How would you go about developing a ssrs report?
How to select true false based on column value in sql server?
What are different types of database indexes?
Tell me the difference between clustered and non-clustered index?
What is the difference between TRUNCATE and DROP?