-
Notifications
You must be signed in to change notification settings - Fork 0
DarryQueen/CSV-to-Database
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published