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 |
How to get a create statement for an existing table?
List the types of joins used in writing subqueries?
Hello All, Could any one provide me FAQs/interview questions on oracle PL/SQL
How to set up autotrace for a user account?
How to use windows user to connect to the server?
How to start your 10g xe server?
What is the data pump import utility?
Explain a private synonyms?
What are the advantages of Views ?
What is connection pooling in oracle?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
is there a tool to trace queries, like profiler for sql server?