SOUNDEX() and DIFFERENCE()
Sometimes, you can find messy strings that are written differently, but their sounds are similar or almost similar. SQL Server provides the SOUNDEX()
and DIFFERENCE()
functions as a help to detect those strings.
Which of the following is FALSE about these functions?
This exercise is part of the course
Cleaning Data in SQL Server Databases
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
