# LimitAssociationFromRecords
Read record association limits
Returns objects with records approaching or at association limits
- Catalog: `LimitsTracking`
- Schema: `Basic`
This is a read-only table. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API.
## Table Columns
The columns of the table `LimitAssociationFromRecords` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `hasRecordsAtLimit` | `char` | | ☐ | Indicates whether there are records that have reached the association limit. |
| `hasRecordsNearLimit` | `char` | | ☐ | Indicates whether there are records that are approaching the association limit. |
| `objectTypeId` | `varchar2` | Ojbect Type ID | ☐ | The unique identifier for the object type. |
| `pluralLabel` | `varchar2` | | ☐ | The plural form of the label for the object type. |
| `singularLabel` | `varchar2` | | ☐ | The singular form of the label for the object type. |