public-data-docs

Table: BRANCH_AREAS

Description:

Represents specific areas or zones within a branch. Each area is tied to a business function and linked to a branch.

🔑 Primary Key

id

Field Name Data Type Description
id NUMBER Unique identifier for the branch area.
business_area GEOMETRY Geographic area defining the zone within the branch.
name TEXT Descriptive name of the branch area.
branch_id NUMBER Identifier of the branch to which this area belongs.
_snowflake_inserted_at TIMESTAMP_NTZ System timestamp when the record was inserted into Snowflake.
_snowflake_updated_at TIMESTAMP_NTZ System timestamp when the record was last updated in Snowflake.
_snowflake_deleted BOOLEAN True if the record was deleted in the source.