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
Is crud a cuss word?
In a distributed database system, can we execute two queries simultaneously?
What is a pl/sql block?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
How do I create a sql database?
how to see the create table statement of an existing table? : Sql dba
Are left and right joins the same?
What are the types of join in sql?
What is difference between nchar and nvarchar?
Can triggers stop a dml statement from executing on a table?
What is primary and foreign key?
What are the advantages of sql? Explain
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
How to Execute a Package in PL/SQL.?
Is pl sql better than sql?