SyntaxFix
Write A Post
Hire A Developer
Questions
To get all the table names, we can use:
Select owner, table_name from all_tables;
if you have dba permission, you can use:
Select owner, table_name from dba_tables;