What is a Data Dictionary ?

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


Please Help Members By Posting Answers For Below Questions

Is oracle the best database?

530


What is coalesce function?

583


How to run create database statement again?

633


what is the difference between substr and instr function in oracle?

594


What is a trigger and what are its types?

623






How to drop a stored procedure in oracle?

598


Can a formula column referred to columns in higher group ?

2095


Difference between varchar and varchar2 data types?

677


What is the difference between "as" and "is" in an oracle stored procedure?

550


What is the difference between a primary key & a unique key?

599


How to view the tablespaces in the current database?

566


What is truncate oracle?

537


State the various uses of dbcc command?

561


What are the types of trigger in oracle?

585


What are the various constraints used in oracle?

567