What is schema?
Answer Posted / rohit kumar
schema is collection of objects
(table,view,procedure,function.....)
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain overloading. Can functions be overloaded?
How to set up autotrace for a user account?
How to find out what oracle odbc drivers are installed?
How to delete an existing row from a table in oracle?
What is bulk load in oracle?
Explain the types of exception?
How do you store pictures in a database?
What is max rowid in oracle?
What are the advantages of oracle 12c?
What is a cursor variable?
What is recycle bin in Oracle?
how the indexes are stored in the Oracle Database?
How do I spool in oracle?
What is the usage of analyze command 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?