how to get count of tables in particular database in Oracle?
Answer Posted / nirav21686
Select Count(*) From User_Tables
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What happens to the indexes if a table is recovered?
How to check database size in Oracle?
What are the major difference between truncate and delete?
How to define an external table with a text file?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
What is a subquery?
How can I get column names from a table in oracle?
What privilege is needed for a user to query tables in another schema?
What privilege is needed for a user to delete rows from tables in another schema?
How to return top 5 rows in oracle?
How can you use check constraints for self referential integrity?
Explain a segment?
What happens to the current transaction if the session is killed?
What are the attributes of the cursor?
How to compare dates in oracle sql?