The creation and deletion methods of volatile tables are as follows.
생성
create volatile table vtable (id1 integer, name varchar(20));
삭제
drop table vtable;
The creation and deletion methods of volatile tables are as follows.
create volatile table vtable (id1 integer, name varchar(20));
drop table vtable;