These columns summarize the number of statements given to Vantage by the user.
For more information, see ResUsageShst Table.
| Column Name | Mode | Description | Data Type |
|---|---|---|---|
| CmdDDLStmts | count | Number of alter, modify, drop, create, replace, grant or revoke commands. | FLOAT |
| CmdDeleteStmts | count | Number of delete commands. | FLOAT |
| CmdInsertStmts | count | Number of insert commands. | FLOAT |
| CmdSelectStmts | count | Number of select commands. | FLOAT |
| CmdUpdateStmts | count | Number of update commands. | FLOAT |
| CmdUtilityStmts | count | Number of utility commands. | FLOAT |
| CmdOtherStmts | count | Number of other commands. | FLOAT |