Inserts a new row (or rows) into an existing table
insert into WORKSHOP
(Workshop, Tutor, Title)
values ( 4, 'Gordon Howell',
'E-Business in Practice');
give me feedback on this page // show previous feedback on this page