Answer Posted / saiprasanna
one cannot differentiate between DBMS and RDBMS as RDBMS is one of the types of DBMS.DBMS has many types like RDBMS,ORDBMS,hierarchial dbms,network dbms.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is materialized view in Oracle?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is oracle sid?
How to drop a stored procedure in oracle?
What is the best way to do multi-row insert in oracle?
Does facebook use oracle?
Please explain drop constraint oracle?
How can I combine multiple rows into a comma-delimited list in oracle?
What is a read only transaction in oracle?
How to use fetch statement in a loop?
How to loop through a cursor variable?
How to create tables for odbc connection testing?
Why do we need integrity constraints in a database?
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?
Give the various rollback segment states.