Range variable introduces an alias.
      
        - To be able to use a shorter identifier for qualifying column names.
        
- To distinguish multiple occurrences of the same table in a query.
      
  - artist
  ar, album al: Declare the aliases.
  
- aliases are used to qualify ambiguous columns.
  
- Can also be used for clarity, e.g. al.title.