how to get count of tables in particular database in Oracle?
Answer Posted / ajitnayak
SELECT COUNT(DISTINCT TABLE_NAME)
FROM COLS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different windows events activated at runtime ?
What is oracle used for?
When do we use group by clause in a sql query?
What are the general rules on data consistency?
What is meant by a deadlock situation?
In which language oracle has been developed?
How to use values from other tables in update statements using oracle?
What is a proxy object?
What are the uses of a database trigger?
What is a table in oracle?
How to call a stored function in oracle?
What is partitioned table in Oracle?
Explain view?
What is bulk copy or bcp in oracle?
How to see the table columns used in an index?