Computer Science, asked by 1qqq, 2 months ago

steps to open Resutt table in database file​

Answers

Answered by andrea76
3

Answer:

  • SQL command to list all tables in Oracle
  • Show all tables owned by the current user: SELECT table_name FROM user_tables;
  • Show all tables in the current database: SELECT table_name FROM dba_tables;
  • Show all tables that are accessible by the current user:
Similar questions