Which SQL function will instruct the database to combine two columns into a new column called “address”?

Correct
The CONCAT function is used to instruct a database to combine two columns into a new column called “address.”