SELECT table_name
CREATE table_name
DROP table_name
PRINT SCHEMA
PRINT TABLE
Note: there is an intentional 3-second delay to test if semaphores work.
ADDROW (value_1 value_2 value_3)
DELROW row_index
SETROW row_index (value_1 value_2 value_3)
ADDCOL col_name
EXIT