Machbase DBMSFeature and TablesVolatile TableCreating 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 Sep 25, 2023Volatile Data Extraction