If 100 tables are there in user_tables.I want to find in which
table zero records are there with table name.Is it possible?
Answer Posted / kavitha
select table_name,num_rows from user_tables
where num_rows = 0
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
Can a foreign key be null?
What is sql profiler in oracle?
Define the select into statement.
What are different types of keys?
What is meaning of <> in sql?
Can we use joins in subquery?
What is sql*loader and what is it used for?
How to create your own reports in sql developer?
Explain how to use transactions efficiently : transact sql
Why do we need sharding?
Is sql dba a good career? : SQL DBA
how to install mysql? : Sql dba
What does varchar include?
how do you tune the slow running queries in oracle db , explain the methodology
What is a sql*loader control file?