query_execution
Execute SELECT queries directly on a SQLite database to retrieve and inspect stock pricing data. Provide the database path and SQL to get results.
Instructions
Execute a SELECT query on the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| params | No | ||
| db_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |