base_tablePreview
Preview table data and structure by retrieving top 5 rows and inferred schema from a Teradata table or view.
Instructions
Returns a data sample (top 5 rows) and inferred structure from a database table or view.
Arguments: table_name - Table or view name database_name - Database name persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table or view name | |
| persist | No | If True, materializes result as a volatile table and returns table name | |
| database_name | No | Database name |