Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List of Sequences/Tables

Status
Not open for further replies.

fpgiv

Programmer
Oct 1, 2003
91
0
0
US
Hi, is there a query I can use that will get the table/sequence names out of a table? And, if I do that, is there another query that would get the fieldnames out of a table?
Thanks!
~Phil
 
Look at the system tables ALL_TABLES, ALL_TAB_COLUMNS and ALL_SEQUENCES.
 
How would you use it? For example, would select All_Tables from database_name do it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top