Listing the columns of a database table using the OQL Service Provider 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.