sql query to get zero records from a table

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


Please Help Members By Posting Answers For Below Questions

What do you mean by merge in oracle and how can you merge two tables?

527


How to write a left outer join with the where clause in oracle?

629


What is truncate oracle?

533


What is a named program unit?

580


Give the different types of rollback segments.

581






Is there any function in oracle similar like group_concat of mysql?

541


please explain.. DB architecture ...

1566


Is there an oracle sql query that aggregates multiple rows into one row?

546


is there a tool to trace queries, like profiler for sql server?

608


What happens if variable names collide with table/column names?

584


What are the database administrators utilities available?

580


What is oracle rownum?

522


What is an oracle transaction?

588


What is PL/SQL ?

1115


What are the oracle built-in data types?

564