Renames a table or column with an alias value which only exists for the duration of the query. Example: Aliases north_east_user_subscriptions column SELECT north_east_user_subscriptions AS ne_subs FROM users WHERE ne_subs > 5;