Difference between revisions of "Oracle"

From Richard's Wiki
Jump to: navigation, search
(New page: == SQLPlus == * To see your tables, type: SELECT TABLE_NAME FROM USER_TABLES; * To see tables owned by everyone, type: SELECT OWNER, TABLE_NAME FROM ALL_TABLES;)
(No difference)

Revision as of 00:56, 24 February 2009

SQLPlus

  • To see your tables, type:
SELECT TABLE_NAME FROM USER_TABLES;
  • To see tables owned by everyone, type:
SELECT OWNER, TABLE_NAME FROM ALL_TABLES;