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 tns entry?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
WHAT IS ecc 6.0
Is insert autocommit in oracle?
How do I connect to oracle database?
WHT ARE THE AGGREATE FUNCTIONS?
How to create a server parameter file?
How to assign values to variables?
How to install oracle odbc drivers?
How do I uninstall oracle client from windows?
What is procedure overloading in oracle?
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?