-- Exercises some changes in the database create table TEST1 (i1 int, i2 int) go insert into TEST1 (i1, i2) values (1,2) go drop table TEST2 go delete from TEST3 go