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 to load a large xml file?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
why dont we assign not null constraint as table level constraint.
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What is the maximum number of CHECK constraints that can be defined on a column ?
What are the uses of synonyms?
is there a tool to trace queries, like profiler for sql server?
What do you mean by a database transaction & what all tcl statements are available in oracle?
Can you use a commit statement within a database trigger?
Please explain oracle left join with an example?