The document describes a system that can automatically generate SQL queries from natural language input. It discusses how the system works in multiple phases: it first acquires text input, then analyzes the text to comprehend it and extract necessary information like table names and conditions. It then generates the SQL queries based on this extracted information and predefined rules. The system was tested on sample queries and showed 80-90% accuracy in generating simple and complex queries for operations like select, insert and delete. While accurate, the authors note room for improving the algorithms to achieve higher than 85% accuracy and handle more types of queries.