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 / arpan
Use the column "blocks" from the view user_tables. eg:
select * from user_tables u where u.blocks = 0;
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
How can I delete duplicate rows?
what is 'mysqladmin' in mysql? : Sql dba
what is query cache in mysql? : Sql dba
How do you update sql?
What are triggers in sql?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What is mutating error in pl sql?
how do you know the version of your mysql server? : Sql dba
What is using in sql?
What is self-join and what is the requirement of self-join?
What are all ddl commands?
What is an inner join sql?
What are all the ddl commands?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
What are variables in pl sql?