Grouped AVG skips NULLs and emits exact reduced strings.
highlighted = computed this step
Grouped AVG exact string
Grouped AVG skips NULL cells and emits an exact reduced string. The output is not a float and not a raw Fraction cell.
AVG skips NULL
Exact average token
The grouped output has 3 groups. The DB group uses 2 non-NULL scores and emits 80/1.
DB non NULL count=2,DB avg=80/1
SQL extensions are rendered as tiny finite-table semantics; SQL dialect completeness, optimizer behavior, execution cost, full DDL behavior, and database-product claims are out of scope.
Summary
The exact AVG string is derived from integer cells after NULLs are skipped. Note: numeric types outside this toy surface are not modeled.