This document presents a proposed natural language interface system to allow users to query a database using English queries instead of SQL. The system aims to make database access easier for non-technical users. It discusses the architecture of the system, which includes modules for natural language processing, query translation to SQL, and speech conversion. It also reviews related work and discusses advantages and disadvantages of natural language interfaces for databases. The proposed system uses techniques like tokenization, parsing, and semantic analysis to understand queries and map them to equivalent SQL queries to retrieve results from the database.