You are working with a SQL database with tables for delivery routes in California. The table contains one column with the names of the pick-up locations. A different column in the same table contains the names of the drop-off locations. To create a new column that stores the combination of the pick-up and drop-off location names, which function do you use?

Correct
Use CONCAT, which enables you to join multiple text strings from multiple sources.