COALESCE examples are tiny finite row transforms with SQL-style NULL choice behavior; SQL dialect completeness, type coercion, optimizer behavior, indexing, and product claims are out of scope.
Stop at the first value
When email is present, backup and the literal default are not used for that row.
stop at first value
Summary
COALESCE is ordered: the first non-NULL value wins.