sample_data
Preview a table's data by returning the first rows to understand its format and contents. Specify schema.table and optionally set a row limit.
Instructions
Get a quick preview of data in a table. Returns the first N rows to help understand data format and contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return (1-50, default: 5) | |
| table | Yes | Table name in 'schema.table' format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |