I have to use INSERT INTO command to pick up data from a database then on the same table I want to use update command(which depends on the values inserted through Insert into command). I want to use one single query for both insert into and update command?I have to use INSERT INTO command to pick up da