/DB_Filler

Lil python script to help automate filling SQL Databases

Primary LanguagePython

DB_Filler

Lil python script to help automate filling SQL Databases for my DataBase class homework

The program receives the table name, amount of rows and the column numbers and attribute names from the user, reads them from an excel file and generates the necesary SQL code to insert the data ina a SQL Database