SQL Query Parser: An Automated Tool for Translating the Queries Into Spreadsheets
This is for SQL fans only. My SQL chops are not great, but what I could understand out of this paper I liked: SQL Query Parser: An Automated Tool for Translating the Queries Into Spreadsheets. “Many people find difficulties in working with databases queries so they completely want to migrate from databases to another application. Hence here it is the solution to combine the database concept with another application to make it simple and easy. The concept called spreadsheet is combined with the databases which forms a method which is called as a SQL Query Parser. Spreadsheets are the most popular application for data analysis and manipulations. Thus SQL Query Parser is an automated tool which translates the Database SQL query to Formula based Spreadsheet. Also it parses the statements into the parse tree and generates the syntax tree providing validation to the statements at an early stage.”