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 effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
How do I start tns listener?
Why use resource manager in Oracle?
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
What suggestions do you have to reduce the network traffic?
What is Index Cluster ?
How many data types are supported?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What are the restrictions in a oracle read only transaction?
How to convert a string to a date in oracle database?
What are nested tables?
Define oracle database