Hello all Is it true that specifying the field as primary key is not enough to create unique index on this field? Example:
CREATE TABLE City (
id_city INTEGER,
name VARCHAR(32) UNICODE,
PRIMARY KEY (id_city)
)
And looking in SQLStudio database object browser I can't see unique or
any other index on id_city field.
Thanks
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
