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 is a cursor variable?
How a database is related to tablespaces?
What happens if variable names collide with table/column names?
What is transaction control statement and how many types of transaction control statement in Oracle?
Why packages are used in oracle?
What are the differences between primary key and unique key?
What is index in Oracle?
What are the different editions of oracle?
Why do we need oracle client?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
How to run create database statement?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
Are truncate and delete commands same? If so why?
How to create an oracle database?
What is a nested table and how is it different from a normal table?