The document describes an intelligent multidimensional database interface system that allows users to query the database using natural language instead of SQL. The system works by parsing the user's natural language query, filling a semantic dictionary with words from the query and a lexical dictionary with terms from the database schema. It then maps words between the two dictionaries to generate a SQL query, which is executed on the database to return results to the user. The system aims to provide a more user-friendly search experience for non-expert users compared to traditional SQL queries.