Machbase DBMSTable TypesVolatile TablesCreating and Managing Volatile TableCreating and Managing Volatile TableThe creation and deletion methods of volatile tables are as follows.Create create volatile table vtable (id1 integer, name varchar(20));Drop drop table vtable;Last updated on Oct 15, 2025Volatile Data Extraction