[Previous slide] [Next slide] Java and Database Connectivity

Insert

Inserts a new row (or rows) into an existing table

    insert into WORKSHOP 
	(Workshop, Tutor, Title) 
        values ( 4, 'Gordon Howell', 
		 'E-Business in Practice');