base_tableDDL
Display the DDL definition for a specified table, with an option to materialize the result as a volatile table for further use.
Instructions
Displays the DDL definition of a table.
Arguments: table_name - Table 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 name | |
| persist | No | If True, materializes result as a volatile table and returns table name | |
| database_name | No | Database name |