List of tables in an Oracle database
cainmaro
-
nida -
nida -
Hello everyone!
I am looking for a way to retrieve:
- The list of tables created from the name of the database,
- The list of columns from a given table.
I would like to do this if possible in the form of SQL queries and under Oracle...
Thank you in advance for the help you will provide me...
Best regards,
cainmaro
I am looking for a way to retrieve:
- The list of tables created from the name of the database,
- The list of columns from a given table.
I would like to do this if possible in the form of SQL queries and under Oracle...
Thank you in advance for the help you will provide me...
Best regards,
cainmaro
select table_name from user_tables