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 / 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 we rollback truncate?
how to use regular expression in pattern match conditions? : Sql dba
Is primary key always clustered index?
how many tables will create when we create table, what are they? : Sql dba
What is your daily office routine?
what are aggregate and scalar functions? : Sql dba
what is bcp? When does it used? : Sql dba
What is the current version of sql?
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
what are the advantages of sql ? : Sql dba
Is primary key clustered index?
If a cursor is open, how can we find in a pl/sql block?
Is inner join faster than left join?
what is schema? : Sql dba
Can delete statement be rollbacked?