# RowCounts: Exact Online Row Counts
Number of rows per table, as established through a fast count where possible. Tables with no fast count option are excluded.
- Catalog: `ExactOnlineDataDictionary`
- Schema: `DataDictionary`
- Label: Row Counts
The data in this table is partitioned per value of the `Division` column.
This is a read-only view. The Exact Online API may not support changing the data or the Invantive UniversalSQL driver for Exact Online does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Exact Online API.
## View Columns
The columns of the view `RowCounts` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `CATALOG_NAME` | `varchar2` | | ☐ | Name of the catalog. |
| `COUNT` | `int64` | Count | ☐ | Number of rows found. |
| `DIVISION` | `varchar2` | Division | ☑ | Division code. |
| `DURATION_MS` | `int64` | | ☐ | Duration for retrieval (ms). |
| `ERROR_MESSAGE_CODE` | `varchar2` | | ☐ | Code of the optional error message during retrieval of the count. |
| `ERROR_MESSAGE_TEXT` | `varchar2` | | ☐ | Text of the optional error message during retrieval of the count. |
| `SCHEMA_NAME` | `varchar2` | | ☐ | Name of the schema. |
| `TABLE_NAME` | `varchar2` | Table Name | ☑ | Name of the table. |