SQL Query for All Tables and Fields in an Oracle Db
SQL Query for All Tables and Fields in an Oracle Db
19317-Jul-2023
Updated on 18-Jul-2023
Home / DeveloperSection / Forums / SQL Query for All Tables and Fields in an Oracle Db
SQL Query for All Tables and Fields in an Oracle Db
Aryan Kumar
18-Jul-2023Sure, here are some SQL queries for all tables and fields in an Oracle database:
SQL
To run these queries, you will need to connect to the Oracle database using a tool like SQLPlus. Once you are connected, you can run the query by typing it into the SQLPlus prompt.
For example, to run the first query above, you would type the following into the SQL*Plus prompt:
SQL
This would return a list of all tables in the database.