Skip to content
Advertisement

Invalid identifier in PLSQL

I want to print employee information according to employee-id. But when I compile code I get this error

Here is my code

Advertisement

Answer

You should display local variables’ values, not table columns.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement