how to see the oracle 9i/10g table in pc?
or
In my pc where the table is saved and how to see?
Answer Posted / jp
select * from user_objects where object_type='TABLE';
TABLE IS CAPS
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe types of sql statements?
What are views in sql?
What is the use of sqldataadapter?
Is join and inner join the same?
What is rename command in sql?
Why is sql important?
Why is pl sql used?
What is schema in sql example?
which operator is used in query for pattern matching? : Sql dba
What is Histogram?
How do you remove duplicate records from a table?
How does an execution block start and end in pl sql?
Define overloaded procedure?
What is the source code of a program?
What is the order of sql select?