Hi,
I am trying to get all column names at a time using database query.
I am using oracle database(11g).
Ex:--
Emp_table:
id name address
----------------------------
1 jack US
Then after running the query i get only id,name, address only.
This is my requirement.
Please help me.
Thank you in advance.