If you give your tables a column named ID and make that auto incrementing then you can go
Insert into table XXX VALUES (values) where ID ='1'
Without having unique identifiers like ID then there is no other way of doing this without a lot of hassle
HTH
GM