ineztia
0
Q:

SELECT table_name FROM user_tables;

SELECT
  table_name, owner
FROM
  all_tables
ORDER BY
  owner, table_name
2
SELECT
  table_name, owner
FROM
  user_tables
ORDER BY
  owner, table_name
1

New to Communities?

Join the community