mysql_list_views
List views in a MySQL database to understand database structure. Provide optional database name and connection ID for targeted queries.
Instructions
List views in a MySQL database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Optional database name. | |
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |