INSERT INTO events (eventcode, eventname, eventnotes, createdby, archived, active) VALUES ('12345678-1234-1234-1234-000000000001','Origami Workshop','Learn how to make folded paper art!',1,'N','Y'); INSERT INTO events (eventcode, eventname, eventnotes, createdby, archived, active) VALUES ('12345678-1234-1234-1234-000000000002','Juggling 101 ','Learn the basic 3 ball cascade. Fun for all',1,'N','Y'); INSERT INTO events (eventcode, eventname, eventnotes, createdby, archived, active) VALUES ('12345678-1234-1234-1234-000000000003','Intro to Circus Arts','A survey of all the Circus Arts.',2,'Y','N');