This program creates "insert into," "update," and "delete" queries for SQL, which can be stored in a text file or printed to the screen.
When using this program, you will need a "create table" query stored as plain text in a file. The reason you need this file is because SQL Query Generator reads this file to get the column names for creating queries.