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 data independence exactly? give an example
One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.
Does oracle partitioning improve performance?
What are advantages of dateset in datastage?
What is meant by recursive hints ?
How would you extract DDL of a table without using a GUI tool?
Explain temporal data types in oracle
How to retrieve values from data fields in record variables?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
Difference between hot backup vs. Cold backup?
What is clusters ?
What is a dead lock in oracle?