What SQL function lets you add strings together to create new text strings that can be used as unique keys?

Correct
The CONCAT function lets you add strings together to create new text strings that can be used as unique keys.