Answer Posted / annu rajput
Data Dictionary contains the informartion about the objects
there are severel data_dictionary in oracle database
for infomation about the tables in database there is a
data dictionary called user_tables
we can get the information about all the tables using the
statement
select * from user_tables;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is different types of joins?
what is meant by magic query
How to create additional tablespaces for an new database?
How to use subqueries in the from clause in oracle?
What is oracle sid?
Can we create database in oracle using command line ?
What is pragma autonomous transaction in oracle?
What is a nested table?
What to do if the startbd.bat failed to start the xe instance?
How to define a specific record type?
How to connect to oracle using service name instead of sid?
How many types of table in Oracle?
What are operators in oracle?
How to divide query output into groups in oracle?
what is the scripts in data base?