Hi there,
Is there an SQL query which retrieves the column names of a table?
Ex: For table Emp, there are cols -- Eno,EName,ESalary.
So, is there a query which I can run on the table Emp so as to retrieve the column names of this table as Eno,EName,ESalary.
Any inputs are welcome. Thanks in advance