|
* <code>EXECUTE "create db db1; create db db2"</code><br/>
* <code>EXECUTE "<commands><create-db name='db1'/><create-db name='db2'/></commands>"</code><br/>both commands will create two databases {{Code|db1}} and {{Code|db2}}in a single transaction.
|}