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
How to loop through data rows in the implicit cursor?
What is data type in oracle?
How to use regular expression in pattern match conditions in oracle?
How to define an oracle cursor variable?
How do I know if oracle client is installed on windows?
What is bulk load in oracle?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is null value in oracle?
Differentiate between function and procedure in oracle.
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
How to count groups returned with the group by clause in oracle?
How to get a list of all user accounts in the database?
what are steps for interface? where is exchange rate defined in which table?
How do we get field detail of a table?
Please explain oracle left join with an example?