A tool for retrieving information about SQL tables. It takes a SQL
database as a parameter and assigns it to the db property. The
_call method is used to retrieve the schema and sample rows for the
specified tables. If the tables do not exist, an error message is
returned.
A tool for retrieving information about SQL tables. It takes a SQL database as a parameter and assigns it to the
db
property. The_call
method is used to retrieve the schema and sample rows for the specified tables. If the tables do not exist, an error message is returned.