SQL - CASE Expressions
You want to write a query that returns the first non-NULL value among
col1, col2, and col3, but if all are NULL, it should return 'N/A'. Which SQL expression correctly achieves this?