MiniSQLEngine
- Developed a mini sql engine particularly for processing of all variation of select based sql queries.
- It also involves proper handling of join,distinct as well as aggregate function such as max,sum along with proper error handling.
To Run a Query:
- bash 2018201065.sh "select * from table1;"