Creating a Sybase clustered index |
|
Use a clustered index when you want the physical order of a table to match the index. They cannot be created on text or image datatypes. Each table can only have one clustered index.
At the end of each command press the space-bar or press enter before continuing the next step.
create clustered index
on
a
(
)
go
If everything goes well, you see the database prompt (a period, the name of the database you are using, another period, the number one and then the greater than symbol).
|
Maintained by John Shipman, john@nmt.edu;
original by Steve Anderson
Last updated: 1997/06/23 21:43:34 UT URL: http://www.nmt.edu/tcc/help/db/sybase/clustered.html |
|