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


Please Help Members By Posting Answers For Below Questions

What are different types of indexes?

512


Can we insert in sql function?

551


Define concurrency control. : Transact sql

587


What is difference between sql and excel?

517


How do I view output in sql developer?

578






Define SQL and state the differences between SQL and other conventional programming Languages?

686


Does asenumerable execute the query?

605


What is an index in sql with example?

519


How to write html code in pl sql?

582


How do I run a program in pl sql?

502


When can we use the where clause and the having clause?

582


Why join is faster than subquery?

602


What are the two characteristics of a primary key?

493


What is the use of nvl function?

619


Is it possible to include an insert statement on the same table to which the trigger is assigned?

561