SQL Expression Attribute

A SQL expression attribute allows you to expose a valid SQL expression as an attribute.   For example, you might want to concatenate existing First Name and Last Name attributes into a Full Name, thus:

FirstName + ' ' + LastName