adspace
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
If a cursor is open, how can we find in a pl/sql block?
What is the current version of sql?
What is your daily office routine?
Does group by remove duplicates?
what are the advantages of sql ? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
define sql insert statement ? : Sql dba
what is collation? : Sql dba
Is primary key always clustered index?
Can we use distinct and group by together?
how many tables will create when we create table, what are they? : Sql dba
how to start mysql server? : Sql dba
how to escape special characters in sql statements? : Sql dba
Is primary key clustered index?
what are aggregate and scalar functions? : Sql dba