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
What is PL/SQL ?
What is index-organized table in Oracle?
What is transaction control statement and how many types of transaction control statement in Oracle?
What is a database table in oracle?
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
Describe an oracle table?
How to check the oracle tns settings?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to execute a stored program unit?
How to select some columns from a table in oracle?
Explain the use of Merge statement in oracle 11g
How to increment dates by 1 in oracle?
Explain the difference between a procedure and a function? What do you understand by those terms?
What is redo log?
How to open a cursor variable?