EqualEmploymentOpportunityCommission
Query the organization's EEOC data.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM EqualEmploymentOpportunityCommission WHERE ApplicationId = 21135175028;
SELECT * FROM EqualEmploymentOpportunityCommission WHERE SubmittedAt = '2024-01-01 12:00:00.000';
Columns
| Name | Type | Operators | Description |
| ApplicationId [KEY] | Int64 | = | Application ID. |
| CandidateId [KEY] | Int64 | The ID of the candidate who is applying for the job associated with the application. | |
| RaceId | Int64 | The race ID. | |
| RaceDescription | String | The race description. | |
| GenderId | Int64 | The gender ID. | |
| GenderDescription | String | The gender description. | |
| VeteranStatusId | Int64 | The veteran status ID. | |
| VeteranStatusDescription | String | The veteran status description. | |
| DisabilityStatusId | Int64 | The disability status ID. | |
| DisabilityStatusDescription | String | The disability status description. | |
| SubmittedAt | Datetime | >=,>,=,<,<= | The timestamp at which the EEOC data was submitted. |