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 |
What is system tablespace?
what is reindexing?
what is the difference between oracle enterprise edition and oracle express edition?
How to define a record variable to store a table row?
17. Display the order number and average item cost for each order.
24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
Explain the difference between sap and oracle?
What happens to the data files if a tablespace is dropped?
Can a formula column be obtained through a select statement ?
What privilege is needed for a user to connect to oracle server?
How would you best determine why your MVIEW couldnt FAST REFRESH?
How much memory your 10g xe server is using?