SQL TIP: If any argument in REPLACE() is NULL, the whole function will return NULL This is because SQL treats NULL as “unknown.” Any operation involving NULL generally results in NULL If you don’t ...