What is a Data Dictionary ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / allin
The definition of all the database tables called as data
dictionary.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shanmugavelu
Data dictionary table it contains database information whn
u need the tables information or database information u can
use data dictionary tables
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / syed mazhar nadir
The defination of all the data entries exists in the table
is called a data dictionary It define by the user
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kiran
data dictionary is what holds the information of all the
database tables , so one can easily get the statistics or
the characteristics of any existing objects in the database
by using appropriate queries
| Is This Answer Correct ? | 0 Yes | 0 No |
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
How to create a stored program unit?
How to define a record variable to store a table row?
What are the various oracle database objects?
What is oracle database client?
What is a trigger oracle?
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
What is a relational database management system?
what is the syntax of CREATE command?
What is flashback Query ? And Use ?
What are joins..how many types of joins are there?
29 Answers Amdocs, CSC, TCS,
What do you know about normalization? Explain in detail?