Get fieldnames from Empty Table

How to get field names from empty table by using SELECT statement;

Questions by ajmath_81

Showing Answers 1 - 6 of 6 Answers

hemant.agarwal03

  • Mar 18th, 2008
 

select column_name from user_tab_columns where table_name = '<TABLE_NAME>'
/

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions