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 is the use of double ampersand (&&) in sql queries?
How can we make an if statement within a select statement?
What is asqueryable?
How to display the records between two range in Oracle SQL Plus?
What is difference between sql and mysql?
What is the difference between clustered and non-clustered index in sql?
How do I know if I have sql express or standard?
Can a composite key be null?
What is the difference between mdf and ndf files?
What is pl sql in oracle?
Does sap use sql?
What is sap sql anywhere?
explain the difference between delete , truncate and drop commands? : Sql dba
Is and as keyword in pl sql?
What is sql and how does it work?