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
Give the various rollback segment states.
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
How to assign query results to variables?
How to login to the server without an instance?
How to enter a new row into a table interactively?
What is a nvl function?
Difference between hot backup vs. Cold backup?
What are the oracle differences between nvl and coalesce
What is oracle update statement with inner join ?
How to create a new table in oracle?
What privilege is needed for a user to insert rows to tables in another schema?
What is meant by a deadlock situation?
How to use an explicit cursor without open statements?
What are the data types in oracle?
What is the meaning of recursive hints in oracle?