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?
Answers were Sorted based on User's Feedback
Answer / kavitha
select table_name,num_rows from user_tables
where num_rows = 0
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / 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 |
can i call procedure in package
what is bcp? When does it used? : Sql dba
Can we insert in sql function?
Does mysql support pl sql?
What is trigger in pl sql with examples?
what is the difference between join and union? : Sql dba
how to calculate the difference between two dates? : Sql dba
Are there any features that are decommissioned in 11g that are not present in 11g?
What is bind reference and how can it be created?
What is a data definition language?
What are the 3 types of behavioral triggers?
What is the difference between sql/pl-sql/embeded sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)