It looks like it, take a look at the INSERT andpcdoctor wrote:I have a Table say Table A..I need to copy the records of this table into another Table B using a single insert..Both tables have same no.of columns and of same data type..Is it possible using a single insert to pick up data from table A and copy it in table B??Plz provide some suggestions as to how this could be implemented..