1. Learn
  2. /
  3. Courses
  4. /
  5. Exploratory Data Analysis in SQL

Exercise

Spotting character data problems

Explore the distinct values of the street column. Select each street value and the count of the number of rows with that value. Sort the results by street to see similar values near each other.

Look at the results.

Which of the following is NOT an issue you see with the values of street?

Instructions

50 XP

Possible answers