When no explicit transaction is specified (empty TxControl and no BEGIN/COMMIT) we should use implicit transaction for the entire query. ``` SELECT ... FROM table1; SELECT ... FROM table2; ``` Such query should be executed in single transaction.