Arithmetic with NULL yields NULL, so a missing adjustment does not silently become zero.
highlighted = computed this step
Input table
Start with charge rows where one adjustment is NULL.
Charge adjustments
Select query
Subtract adjustment from amount and name the result adjusted_amount.
amount minus adjustment AS adjusted_amount
Output table
The missing adjustment produces NULL instead of being treated as zero.
NULL-preserving arithmetic