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
What is application trigger?
What is nosql vs sql?
What are the uses of sysdate and user keywords?
Does sql*plus also have a pl/sql engine?
Is big data nosql?
What does the file extension accdb stand for?
What is union, minus and interact commands?
What found sql?
What is the difference between having and a where in sql?
define data blocks ? : Sql dba
What are the types of sql commands?
what are the advantages of using stored procedures? : Sql dba
what are the 'mysql' command line arguments? : Sql dba
State some properties of relational databases?
How does sql developer connect to oracle database?