Using table with no primary key
180271Jul 22 2005 — edited Jul 26 2005I habe some older table that use unique indexes (instead of primary keys). Some of these are comprised of 3 or 4 columns (see below). When I try to create an HTML DB tabular form or report is it asking for primary key. How do I get around this?
CREATE UNIQUE INDEX COURSES ON COURSE(START_YY,SCHOOL,CLASS_CD)
TABLESPACE starindx
STORAGE (INITIAL 61440
NEXT 61440
PCTINCREASE 0);