Using the sorted_data option  Dropping indexes

Chapter 12: Creating Indexes on Tables

Using the on segment_name option

The on segment_name clause specifies a database segment name on which the index is to be created. A nonclustered index can be created on a different segment than the data pages. For example:

create index titleind 
on titles(title) 
on seg1

If you use segment_name when creating a clustered index, the table containing the index moves to the segment you specify. See a System Administrator or the Database Owner before creating tables or indexes on segments; certain segments may be reserved for performance reasons.





Copyright © 2005. Sybase Inc. All rights reserved. Dropping indexes

View this book as PDF