Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 280 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 280 Bytes

Mini_Sql_Engine

==================

A mini sql engine which will run a subset of SQL Queries using command line interface.

How to run

$ bash 201516190

The program reads schema from the metadata.txt and accesses tables table1.csv and table2.csv for answering the queries.