Hi,
Reading the online manual it doesn't get clear to me: can I or can't I define a primary key containing 2 columns, e.g. like:
create table <name> (column1 char(10) not null, column2 char(20) not null, primary key (column1, column2))
Thanks
Huub