Question

How does an object-oriented database management system (OODMS) compare to a relational database management system (RDBMS)?...

How does an object-oriented database management system (OODMS) compare to a relational database management system (RDBMS)? What are the key features of an OODBMS and how can a developer utilize them?

Homework Answers

Answer #1

OODBMS are DBMS which are based on an Object-Oriented data model and are capable of storing more complex objects as compared to RDBMS. OODBMS are compatarively new as compared to long existing RDBMS and can handle 1000 times less record as compared to RDBMS. But as objects are natural way of model OODBMS can accompolish wide variety of types and relation.

Key feature of OODBMS are that it can be used easily to store complex objects with proper data encapsulation an independence. Models used for analysis, designing, programming and accessing database are similar and classes of objects directly represent the concept of applications.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Kitchen World is changing its inventory system from a file-oriented system to a relational database system....
Kitchen World is changing its inventory system from a file-oriented system to a relational database system. Identify and design at least three tables that would be needed to capture data for Kitchen World's inventory. Each table should include a primary key, three non-key attributes, and foreign keys as necessary. Make up data values for two records within each table. Create an excel spreadsheet with this data. Download it to Access and do a query for the name of the largest...
1. Savannah realized that the database structure in a ____________ is stored as a ___________ which...
1. Savannah realized that the database structure in a ____________ is stored as a ___________ which are _________________ in nature to each other. answer choices: -Database management system, collection of files, relational -Relational database management system, collection of files, independent -Database management system, collection of files, independent -Relational database management system, key/ value pairs, relational 2. By default the MySQL implementation does not allow users to create __________ however a new ________ is created by default whenever a new ________...
Task: The understanding of database analysis and design are necessary to develop a database management system....
Task: The understanding of database analysis and design are necessary to develop a database management system. Choose a real-world example to illustrate the effectiveness of database systems in the business world? In order to do that, you are asked to design and implement a database system for any business of your choice. By developing this database system, you should be able to achieve better business processes and operations with goal to enhance how the average person views and interacts with...
Explain How a document database differs from a relational database. Describe what are collections, documents, and...
Explain How a document database differs from a relational database. Describe what are collections, documents, and BSON (How it differs from JSON).
If you need to store the following data in a relational database and MongoDB, how would...
If you need to store the following data in a relational database and MongoDB, how would you implement in each of them. List the design and commands to store these records in relational database and MongoDB separately. {no:1,name:"ST",salary:2000,role:"OB"} {no:2,name:"MSD",salary:1500,role:"WK"} {no:3,name:"YS",salary:1000,role:"ALR"},
If you need to store the following data in a relational database and MongoDB, how would...
If you need to store the following data in a relational database and MongoDB, how would you implement in each of them. List the design and commands to store these records in relational database (SQL query) and MongoDB separately. {no:1,name:"ST",salary:2000,role:"OB"} {no:2,name:"MSD",salary:1500,role:"WK"} {no:3,name:"YS",salary:1000,role:"ALR"},
What is a Database Management System? What are the three principle components of a DBMS ?...
What is a Database Management System? What are the three principle components of a DBMS ? Explain the functions of each of them.
Discuss at least two of the most popular commercial database systems. Compare and contrast the specific...
Discuss at least two of the most popular commercial database systems. Compare and contrast the specific strengths, weaknesses, and features of each database system, as well as the operating systems that each database system will run on? In response to your peers, discuss the details shared about each system and compare it to your findings. Try to find a classmate who wrote about at least one of your systems and one that chose a different system. Finally, how do you...
How does the magnitude of the buoyant force acting on the floating object compare to the...
How does the magnitude of the buoyant force acting on the floating object compare to the weight of the object, and to the weight of the water displaced by the floating object? The wood floated and the brick did not. What conditions, in terms of forces, are required for an object to float? What conditions are required in terms of the densities of the object and the fluid for the object to float?
We are comparing database processing and spreadsheet processing. We have a database table (customers) with 500...
We are comparing database processing and spreadsheet processing. We have a database table (customers) with 500 records. How much of this table has to be processed if we update the entry for customer Smith? (1 mark) What does this tell us about database processing in general? (1 mark)   As a comparison, we have a spreadsheet with data/formulas across 500 cells. How much of this spreadsheet is processed if we update one cell? (1 mark) What does this tell us about...