| |
GeekInterview.com > Interview Questions > Oracle > SQL
| Print | |
Question: Select from table without using column name
Answer: How can I select column values from a table without knowing the column name ? Suppose , select employee_id from employees , now I don't know the column name and I want to select the column. Please let me know the answer |
| June 06, 2008 08:14:28 |
#5 |
| ramlalaGadai |
Member Since: February 2007 Total Comments: 1 |
RE: Select from table without using column name |
| I think we can also use the index of a column to select a cloumn without using the name. |
| |
Back To Question | |