db_sample_data
Retrieve sample rows from a database table to quickly understand its data structure and content, enabling better query planning and schema exploration.
Instructions
Get sample rows from a table to understand its data structure and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of sample rows to return (default: 10, max: 100) | |
| table | Yes | The name of the table to get sample data from | |
| schemaName | No | The schema name (e.g., public for PostgreSQL) |