MySQL MaxDB is a relational database system with an SQL-compatible user interface.
"Relational" means that the database system provides its users with all its information in the form of tables. The standard language SQL (Structured Query Language) provides a set of statements that you can use to maintain and analyze these tables.
The Web-based query tool Web SQL Studio allows easy access to the data of a database instance. Once you have installed Web SQL Studio in your network, you can start it from all browsers, and open a database session. You can now create SQL statements, edit saved SQL statements, and manage and execute SQL statements.
For Microsoft Windows users, the query tool SQL Studio with enhanced functions is also available.
For information about installing Web SQL Studio, see the Web Tools Installation Guide.
For general information about the database system, see Database Administration.