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
How to select random rows from a table?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
How many types of literals are available in pl sql?
what is msql? : Sql dba
What is information schema in sql?
Can we create table inside stored procedure?
Explain unique key in sql.
What is right join sql?
Why do we need sharding?
What program will open a mdb file?
Why do we need databases?
What is a data definition language?
What is use of trigger?
What are all the different normalizations?
What is trigger and how to use it in sql?