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
What is bind reference and how can it be created?
What is difference between db2 and sql?
what are aggregate and scalar functions? : Sql dba
How to make a copy values from one column to another in sql?
What is auto increment in sql?
What is difference between group by and partition by?
Can one improve the performance of sql*loader? : aql loader
What is cursor and its types?
Explain what is an index?
write an sql query to find names of employee start with 'a'? : Sql dba
Which one is better subquery or joins?
What do you mean by rowid?
How many types of triggers exist in pl/sql?
How many sql statements are used?
Write a sql select query that only returns each name only once from a table?