db_sample_data
Inspect sample data from any table or view to understand its format, values, and patterns before writing queries.
Instructions
Returns 5 sample rows from a table or view. Use this to understand the actual data format, values and patterns before writing a more specific query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or view name. Example: dbo.MyTable |