What are the numeric comparison operations?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by a database object?
How index is implemented in oracle database?
How to start a new transaction in oracle?
How to write a query with an inner join in oracle?
How do you ensure database security?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What are the logical operations?
What is OCI. What are its uses?
How will you write a query to get a 5th rank student from a table student_report?
what is the difference between joins and set operators.i am always confusing with two,can u pls kindly help me .
What is Java Pool in Oracle?
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?