Create Table
Create a Magpie table from a JSON specification.
Syntax
create [temporary | temp] table <table spec> [in <schema reference>]
Parameters
table spec
JSON — A specification for the table to create, including fields and persistence mapping.
schema reference
String — The optional name of the schema in which to create the table. Default is the current schema.