BETA
Session Ready
Exercise

Replacing NULL values

You are interested in knowing what companies US customers work for. Not all customers have provided the company they work for at the moment they signed up at eSymphony. This means there are some NULL values in the data. You want any eSymphony employees that look at your query later on to understand the result. This is why you decide to add a No affiliation tag to customers that haven't completed the Company field.

There are two functions, both introduced in the video, that you can use to achieve this.

Instructions 1/2
undefined XP
  • 1

    Replace all NULL values in the Company field with 'No affiliation', filter on rows where the country is equal to USA, and group by company.

    • 2

      Adapt your query to use the other function that will achieve the same.