Company Domain Relationships
Snowflake table name : CYBERSYN.COMPANY_DOMAIN_RELATIONSHIPS
Name | Description | Type | Example |
---|---|---|---|
| Unique identifier assigned by Cybersyn to each company. | VARCHAR |
|
| The name of the company. | VARCHAR |
|
| Base domain for the website. For example, the domain_id for https://docs.cybersyn.com/ would be 'cybersyn.com' | VARCHAR |
|
| The beginning of domain being associated with or owned by a given company. In cases where a company's ownership of a domain pre-dates the beginning of the data, a start date of NULL is assigned. | DATE | N/A |
| The ending of domain being associated with or owned by a given company. In cases where a company still owns a domain, an end data of NULL is assigned. | DATE | N/A |
Last updated