Answer Posted / 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 |
Post New Answer View All Answers
Please explain compound trigger in oracle?
Differentiate between translate and replace?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
When do we use group by clause in a sql query?
Explain what does a control file contain?
can u plz provide me oca sql dumps please i need them
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
How to handle a single quote in oracle sql?
How to export data to a csv file?
Is there a function to split a string in plsql?
What is sequence?
What is the parameter mode that can be passed to a procedure?
What is the sql query to concatenate column values from multiple rows in oracle?
How to rename a tablespace in oracle?
Explain user account with reference to oracle.