which one is the function in SQL...?
-
soundex
-
lightex
-
weightex
-
lux
A
Correct answer
Explanation
SOUNDEX is a SQL function that converts strings to their phonetic representation. It enables finding words that sound similar but have different spellings, which is useful for name matching. The other options (lightex, weightex, lux) are not standard SQL functions.