get_table_sample
Fetch a sample of rows from any Oracle table to preview data, with customizable limit up to 100 rows.
Instructions
Fetch a sample of rows from a table (default: 10 rows).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Full table name (e.g. SCOTT.EMP or just EMP) | |
| limit | No | Number of rows to fetch (default: 10, max: 100) |