Skip to main content
RevenueBase data are organized into tables. This page lists the main tables and what they contain.

Available tables

TableDescription
OrganizationOrganization — primary entity table.
PersonContacts — link to companies via rbid_org.
InsightDerived insight data (scores, signals).
Historical ExperienceJob/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_at and/or updated_at in 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.