Mini Sql Engine is one which runs a subset of SQL Queries using command line interface.
- select * from
- select aggregate(column) from
- select from [ colnames = seperated only by , and no extra spaces]
- select distinct(colName) from
- select distinct from
- select from where [ seperated by space Ex: a = 1 and b = 2]
- select * from
- select from
- select from where
python code.py "SQL Query"