connection node_2; connection node_1; connection node_1; create table t(a int); insert into t select 1; DROP TABLE t;