db_query_table_exists
Checks whether a database table exists, using a connection identifier, database name, and table name as inputs.
Instructions
Check if a table exists in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection identifier from db_connect_test | |
| database | Yes | Database name | |
| table | Yes | Table name |