create table Class ( Class_num char(3), primary key (Class_num) ); create table Accommodation ( Room_num char(3), primary key (Room_num) ); creat