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 |
Give the different types of rollback segments.
What is varray?
what is unique key?
14 Answers Amazon, Cap Gemini, Infosys, Wipro,
What is a view and how is it different from a table?
What are the various types of snapshots ?
Please explan Why static query is more faster than dynamic query ?
Explain the difference between replace() and translate() functions in oracle?
what's query optimization and without use of IN AND Exist can we get another way data from query
which is best insttute for teradata,sybase,mysql,oracle in hyderabad
How can we force the database to use the user specified rollback segment?
How to display employee records who gets more salary than the average salary in the department?
What is a nested table?