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 |
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
What is the Extension of Oracle Database? As extension of Access Database is .mdb
What is an Oracle index?
Give the various rollback segment states.
What is a synonym? What are its various types?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
How can we create the complete backup of data in the oracle.
0 Answers IPEC, Satyam, SunTec,
What is the relation of a user account and a schema in oracle?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
Is oracle a relational database?
How to import one table back from a dump file?
Describe the types of sub query?