Pure SQL:
Code:

INSERT INTO TABLE1 (column_1,column_2) VALUES ('Value1','Value2')
UPDATE authors SET authors.au_fname = 'Annie' WHERE au_fname = 'Anne'

_________________________
There are two types of vessels, submarines and targets.