preview_table_data
Retrieve a sample of rows from a specified table to preview data, with an optional row limit, for efficient schema exploration and query validation.
Instructions
Fetch esa limited sample of rows (default 5) from a specified table...
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Optional. Maximum number of rows... | |
tableName | Yes | The exact name of the table... |