You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL query evaluator application emits tuples, similar to a SQL. This application takes CSV files that contains data records. Prior to running any SQL(select) statement a CREATE statement is executed which helps to save schema information. This application is only tested for specific SQL statements viz. SELECT, CREATE. The application is develope…