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
What does count (*) do in sql?
How can we implement rollback or commit statement in a trigger?
what is sql in mysql? : Sql dba
Which certification is best for sql?
What is the primary key?
Which one is better sql or oracle?
What is difference between stored function and application function?
Which is faster view or stored procedure?
what is myisam? : Sql dba
what is error ora-03113: end-of-file on communication channel?
How does cross join work in sql?
Which language is used in sql?
What are sql functions? Describe the different types of sql functions?
how to calculate expressions with sql statements? : Sql dba
Is big data nosql?