Tabular type is a resource attribute that permits to define the tabular type
The tabular type has 2 possible values:
| Resource | Tabular Type | Description |
|---|---|---|
| SQL select | data | A result set is returned |
| SQL DDL | command | An exit status is returned |
| SQL Insert | command | An exit status is returned if there is no returning clause |
| CSV | data | Lines of data is returned |
| Runtime Executable | command | An exit status is returned but it may be changed to data |
It's used in the execute operation to define the default execution mode