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
Can a procedure in a package be overloaded?
How can I make sql query run faster?
What is foreign key sql?
What is character functions?
What is group by in sql?
What is package in pl sql with an examples?
What is the benefit of foreign key?
How do I run sql?
What is the limitation on the block size of pl/sql?
Is it possible to update views?
Compare sql & pl/sql
Determine if oracle date is on a weekend?
How many commands are in sql?
How do you break a loop in pl sql?
How do I start pl sql?