The following example creates an alias called bob, and then uses that alias in a query:
CREATE ALIAS bob FOR tutorial.tutorial.customer
When the query shown below references bob, the three-part name value defined above is substituted, and the query sent to the TUTORIAL location.
SELECT * FROM bob