Table SQL Grammar
Table objects support the listed SQL grammar for DDL workloads.
Oracle AI Data Platform Workbench supports all standard Spark SQL data types. For more information, see Apache Spark Documentation - Supported Data Types.
| Operation | Grammar |
|---|---|
| Create Table |
Response:
Error:
|
| Create Managed Table |
Create Managed
Table
Response:
Error:
|
| Create Managed Table with Data |
Response:
Error:
|
| Create Table with Uniform Support | |
| Alter Table |
|
| Drop Table |
Response:
Error:
|
| List Tables in a schema |
regex_pattern: A regular expression pattern that is used to filter the results of the statement. Response:
Error:
|
| Describe Table |
Format: If DESCRIBE TABLE catalog.schema.table Response:
DESCRIBE TABLE catalog.schema.table column
Response:
|