Listing the tables of a database using the Management Database Access page

To display a list of the tables of a database, use the show tables from command.

About this task

To list the tables of a database:

Procedure

  1. Click the Administration icon and select Network > Management Database Access.
  2. Specify a value for the following fields.
    Domain
    Select the domain in which to issue the OQL query.
    Service
    Select the service that you want to query.
  3. Click Advanced OQL Query Advanced OQL Query button. In the OQL Command field, type the following query:
    show tables from
    database_name;

Sample output

The following example output shows the tables of the master database:

[ 'entityByName', 'entityByNeighbor', 'containers' ]