People + Companies + Insights
People + Companies + Insights is a pre-joined table that combines Contacts, Companies, and Insights in one view. Each row represents a contact with company and insight attributes already joined.What it is
Use this view when you need contact, company, and insight (e.g., scores or signals) columns in a single query. No need to join the three base tables yourself — the view is maintained for you.Key columns (placeholder)
| Column | Type | Description |
|---|---|---|
| contact_id | bigint | Unique contact identifier. |
| company_id | bigint | Unique company identifier. |
| string | Contact email. | |
| company_name | string | Company name. |
| insight_type | string | Type of insight. |
| insight_value | string | Insight value or score. |
| … | … | Other fields. |
Example query
people_companies_insights and column names with your actual view name and schema.
See also
- People + Companies when you don’t need insight fields.
- Pre-Joined Tables overview for when to use each view.
Placeholder: Replace with your actual view name, column list, and sample queries.
