The query tools are database tools that enable easy access to application data and the database catalog of a database instance. The following query tools are available, depending on your operating system:
· SQL Studio provides you with a user-friendly graphical interface for Microsoft Windows operating systems. As well as enabling you to create, execute, and manage any SQL statement, the SQL Studio also allows you to edit data records on screen, and provides you with visual support for making database queries (see the documentation on the SQL Studio).
· The Web-based Web SQL Studio is suitable for all operating systems. Once you have installed the studio in your network, you can access it from all browsers and open a database session. The Web SQL Studio can also be used to create, execute, and manage SQL statements (see the documentation on the Web SQL Studio).
The client part of the query tools creates a connection to the database instance through the ODBC interface. The server is the database instance.
See also Architecture of the
Query Tools
and Architecture of the
Web Tools