!--a11y-->
Column
References 
A column reference represents the value of a column in a table. It may be either a column name or a column name qualified with a table name. If no table name is specified, the table to which the column belongs is implicit. In this case, the column name must be uniquely be determinable in the most local scope.

|
<column reference> ::= |

|
SELECT
employee_name, epmloyees.epmloyee_id |
Column References. Here employee_nameis a column name and epmloyees.epmloyee_idis a qualified column name.
