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
List out a number of the wants to setup a SQL Server failover cluster?
What happens if you add a new index to large table?
What is data file in computer?
Explain differentiate between a having clause and a where clause?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
What is primary key and example?
What is inner join in sql server joins?
Difference between DELETE and TRUNCATE?
How to install sql server 2005 express edition?
How do I edit a stored procedure in sql server?
How to set database to be read_only in ms sql server?
What are the methods used to protect against sql injection attack?
Explain log shipping and mention its advantages.
What is a covered index?
What is the purpose of linked server configuration in sql server?