sample_data
Retrieve a random sample of rows from any table to preview data structure and values. Ideal for exploratory analysis without full table scans.
Instructions
Sample data from a table efficiently
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| schema | No | Schema name (optional) | |
| limit | No | Number of rows to sample (default: 100) |