Skip to content

First attempt at SQL. Takes a CSV with employee fields and converts them to a database. Also includes some sample queries.

Notifications You must be signed in to change notification settings

DarryQueen/CSV-to-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System that parses through CSV, converts it into INSERT statements, and runs quick queries through the statements.

CSVParser.java:		Contains source code for CSV parser, reads input from Employees.csv and outputs a file insert_commands.sql with corresponding INSERT statements.
insert_commands.sql: 	Necessary INSERT statements from Employees.csv.
schema.sql: 		Schema statements for table.
queries.sql:		Some query statements.

About

First attempt at SQL. Takes a CSV with employee fields and converts them to a database. Also includes some sample queries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages