Answer Posted / nanne
Your Question is not clear..i believe that your expecting retrieve the tables which are having zero rows in the database.
Yes...we can retrieve the zero rows tables from DB
Select * from dba_tables
where num_rows = 0;
Regards,
Nanne
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the function of optimizer in oracle?
11. Display the client number and name and the client number and name of the person who referred that client.
How to get the Installed Oracle Version Information ?
What is a subquery in oracle?
Can multiple columns be used in group by in oracle?
defination of bitmap index
What is query image?
How to define a sub function?
What is a system tablespace and when it is created?
What is an Oracle Instance?
How to write date and time literals in oracle?
How to recover a dropped table in oracle?
What the is the diff between local index and global index. give some example.
What is a sub query? What are its various types?
What is tns service name?