how do I Write the SQL query that you would use to input this data into table named "coreg_target". The columns you will insert into would be "coreg_id, and zip"
insert into coreg_target(coreg_id, zip) values('id_value','zip_value')