Hi Friends,

I created a pl/sql program and the declare portion a have a variable
EMPNAME VARCHAR2(25);
This variable has the same empname column name in the table EMP that
im accessing.
How do i qualify the two so that i can reference each one?
The program didnt get a duplication naming error.

Thanks a lot