Creating a Sybase nonclustered index |
|
Non-clustered indexes are used to simulate a clustered index. Use these when you already have a clustered index, but you want another index of that type. Nonclustered indexes can not be created on text or image datatypes. You can have no more than 249 nonclustered indexes on one table.
At the end of each command press the space-bar or press enter before continuing the next step.
Create nonclustered index
on
(
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).