How to display the hierarchy of employee and managers
without using connect by prior.
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
How to display First 4 rows From Database Table?
what are the things that you consider while creating indexes on partitioning tables?
How to login to the server without an instance?
What is an oracle database?
Explain what are the uses of rollback segment?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
can you write commit in triggers?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
Why use resource manager in Oracle?
Find all employees in Dept “Marketing”.
How to write a query with a right outer join in oracle?