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 / kavitha
select table_name,num_rows from user_tables
where num_rows = 0
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
Why is sql*loader direct path so fast?
How many disk partitions should I have?
Define concurrency control. : Transact sql
What are different types of indexes?
Why do we use partitions in sql?
Why function is used in sql?
what is an alias command? : Sql dba
how to drop an existing view in mysql? : Sql dba
What do you mean by table in sql?
what is myisam? : Sql dba
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is view? Can we update view
How many sql statements are used?
Why truncate is used in sql?
What is data definition language?