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
What is difference between stored function and application function?
Can we commit in trigger?
What is clause in sql?
How can we optimize a sql query?
What is rownum?
What do you mean by stored procedures?
Explain autonomous transaction.
When do we use triggers?
What is sql table?
Can we edit a view in sql?
Can you have more than one trigger on a table?
How do I view a table in sql?
What is primary key and unique key?
Why trigger is used in sql?
What's the procedure?