h2 sql, create table with multi-column primary key? h2 sql, create table with multi-column primary key? sql sql

h2 sql, create table with multi-column primary key?


From here:

this should work:

ALTER TABLE SAMP.SCHED ADD PRIMARY KEY (CLASS_CODE, DAY)