Generic Dataset Definition

The Data Augmentation Scripts dataset is a structured collection of data that you gather, process, or transform to use as an input or building block for creating other datasets in the Autonomous Data Warehouse.

Dataset Definition

A dataset definition has the following characteristics:
  • Defines the data structures and properties.
  • Defines the inputs (sources or datasets) through transformations.
  • Specifies how it should be made available in the data warehouse.
  • Includes instructions for data loading, refreshing, and deletion.
Syntax

generic_table_definition ::= DEFINE [ export_specification ] [ table_type ] DATASET table_name
                                    { code_block | code_block_load | from_clause }
                                     END