Preface

GDBase is a database built into the AdvancedMiner system compliant with the ANSI-SQL standard. GDBase implements most features of the SQL-92 standard. Transactions are atomic, consistent, isolated and durable (ACID) even after system crashes and power failures. GDBase supports triggers and the most complex queries.

GDBase was designed as a part of the AdvancedMiner system and is tailored for data-mining and analytic tasks. It is based on the SQLite relational database management system.While AdvancedMiner supports many types of databases, only GDBase is fully supported.

The key advantages of GDBase include:

This document is intented mainly as a reference for GDBase users. Occasionally, hints and usage tricks are provided in the form of examples. GDBase is based on the SQLite relational database management system, but in some areas the functionality has been significantly changed. Most sections of this document are devoted to the details of how SQL is implemented in GDBase. Other points worth indicating are: