Sample table rows
sample_tablePreview the first rows of any table to quickly understand its structure and data before writing queries.
Instructions
Returns the first rows of a table as a quick preview, to understand the data before querying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows to preview, default 10 | |
| table | Yes | Exact table name | |
| format | No | Output format for the rows: json (default), csv, or markdown |