Creating a Sybase unique index |
|
Unique indexes are used to ensure that each item in a column is unique. They can not be created on text or image datatypes because those datatypes cannot reliably be declared unique.
At the end of each command press the space-bar or press enter before continuing the next step.
create unique index
clustered index
Otherwise, type
index
on
(
)
go
and Press Enter.
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).