Intelipromting uses a cached list of commands, tables, columns, and foreign keys to populate a drop down list as you type. The list is populated on connection to a MOCA system. Making learning the tables and columns of a system faster for a beginner or more efficient for even the most knowledgeable user.
Lists of Oracle Functions
The listing of MOCA Commands shows the level and type of command, local syntax or C based function.
After typing the from clause the editor prompts all of the current known tables and filters as you type
When typing the 'where' clause the InteliPrompting presents you with a list of columns avaiable based on the tables from the 'from' clause. There is an option for all columns, specific columns, foreign key detected, and SQL based functions.