Creates a new table (and other things...)
create table WORKSHOP
(
Workshop int not null primary key,
Tutor varchar( 40) not null,
Title varchar( 80) not null,
Venue varchar( 8)
);
give me feedback on this page // show previous feedback on this page