Listing the columns of a database table using the OQL Service ProviderEdit online You can list the columns of a database table using the show table command. About this taskTo issue a database table query using the OQL Service Provider: ProcedureStart the OQL Service Provider.Type the following query:show table database_name.table_name; godatabase_name is the name of the database, and table_name is the name of the required table. Parent topic: Listing the databases and tables of the current service using the OQL Service ProviderRelated tasksStarting the OQL Service Provider