Execute a SQL query against the database and get back the result..
If the query is not correct, an error message will be returned.
If an error is returned, rewrite the query, check the query, and try again.
sql_db_schema: Get the schema and sample rows for the specified SQL tables.
sql_db_list_tables: Input is an empty string, output is a comma-separated list of tables in the database.
Use this tool to double check if your query is correct before executing it.
Always use this tool before executing a query with sql_db_query!