sql query to get zero records from a table
Answers were Sorted based on User's Feedback
Answer / nanne
Your Question is not clear..i believe that your expecting retrieve the tables which are having zero rows in the database.
Yes...we can retrieve the zero rows tables from DB
Select * from dba_tables
where num_rows = 0;
Regards,
Nanne
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vipul.solanki
select * from menu_master where rownum <1;
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the usage of control file in oracle?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
What are the commands youd issue to show the explain plan for select
What is backup in Oracle?
How to select some rows from a table in oracle?
How to delete a column in an existing table?
i want department wise maxmum salary and empolyee name
State the various uses of dbcc command?
What are the database administrators utilities available?
difference between procedures and function?
How to write a left outer join with the where clause in oracle?
can we insert any row to dual table if i got the permission from DBA