I have emp_table(table) having employee details.
The query goes as follows.
SELECT * FROM emp_table WHERE job = \'input()\'
I have to giv