async operation statements ::= { BEGIN | END } ASYNC OPERATION ';'
copy table statement ::= COPY TABLE table spec FROM table spec [ WITHOUT INDEXES ] [ORDER BY column name [ ASC | DESC ] [',' column name [ ASC | DESC ]]] ';'
create materialized view statement ::= CREATE MATERIALIZED VIEW table spec AS select spec ';'
libref statement ::= LIBREF libref name [ ENGNAME '=' identifier ] [ ENGOPT '=' string ] ';'
load table statement ::= LOAD TABLE table spec [ WITH with index spec [ ',' with index spec ]* ] AS select spec ';'