|execute|${CREATEUSERTABLE}|

|insert|USERS|
|NAME|USERNAME|
|arthur dent|adent|
|ford prefect|fpref|
|zaphod beeblebrox|zaphod|

|update|USERS|
|USERNAME=|NAME|
|adent2|arthur dent|

|query|select * from USERS|
|NAME|USERNAME|
|arthur dent|adent2|
|ford prefect|fpref|
|zaphod beeblebrox|zaphod|

|execute|${DROPUSERTABLE}|
