Business Units

A business unit semantic contract, operational grouping for reporting and metrics.

Semantic Contract

Definitions

ColumnDescription
idUnique identifier for the business unit.
nameName of the business unit representing an operational area or line of business (e.g. Enterprise Software, Cloud Services).

Sample & Implementation

A list of Business Units
idname
1 first_business_unit
2 second_business_unit
CREATE TABLE IF NOT EXISTS business_units (
    id INTEGER PRIMARY KEY,
    name VARCHAR NOT NULL UNIQUE
)

Data Format

Field

Type

Dependencies

  • None.

On this page

Star us on GitHub

If you enjoy this content and find it useful, give us a star on GitHub to show your support and stay updated with our latest improvements.