get_table_data
Retrieve sample data from SQL Server tables with optional filtering and row limits for database analysis and exploration.
Instructions
Get sample data from a table with optional filtering and limiting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table | |
| database | No | Database name (optional) | |
| schema | No | Schema name (optional, defaults to dbo) | |
| limit | No | Maximum number of rows to return (optional, defaults to 100) | |
| where | No | WHERE clause conditions (optional) |