Available tables
| Table | Description |
|---|---|
| Organization | Organization — primary entity table. |
| Person | Contacts — link to companies via rbid_org. |
| Insight | Derived insight data (scores, signals). |
| Historical Experience | Job/experience history for person. |
Schema conventions
- Primary keys — Each table has a unique identifier column (e.g.,
RBID_PER). Use it for joins and deduplication. - Foreign keys — Columns that reference another table’s primary key are documented on the table pages and in Joining tables.
- Timestamps — Many tables include
created_atand/orupdated_atin UTC.
Next steps
Joining Tables
See how tables relate and recommended join patterns.
Using Pre-Joined Tables
Ready-made views that combine contacts, organizations, and insights.
