Query Fieldname "AS"
In SQL queries, you can rename a field attribute in the query results using the "AS" keyword. For instance, "Select name AS fullname from employee". Is there a way for us to rename attribute labels in our query results like that using the "AS" (or something like it) keyword?