Machbase DBMSTable TypesVolatile TablesCreating and Managing Volatile TableCreating and Managing Volatile TableCopy Page Copy as MarkdownView as MarkdownThe 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 Nov 4, 2025Volatile Data Extraction