You have a table in Azure SQL Database with a CustomerID column. You need to create a computed column called CustomerFullName that combines the FirstName and LastName columns from the same table. Which T-SQL statement would you use to create this computed column?