answersLogoWhite

0


Best Answer

An object-oriented database does store data in tables. Instead, it stores data as objects. This is a management system that is designed for preserving data as objects.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

1w ago

No, object-oriented databases do not store data in tables like relational databases. Instead, they store data as objects that have attributes and methods associated with them. Objects in an object-oriented database can also have relationships with other objects, making it a more flexible way to store and access data.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does an object oriented database store data in tables?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

What database object stores the data?

Tables are the database objects that store data in a structured format within a relational database management system (RDBMS). Tables consist of rows and columns where the actual data is stored. Each row represents a record, and each column represents a field or attribute.


What are the type of DBMS?

The main types of database management systems (DBMS) are relational DBMS (RDBMS), NoSQL, and object-oriented database management systems (OODBMS). RDBMS like MySQL and PostgreSQL store data in tables with rows and columns, NoSQL databases like MongoDB offer more flexibility in data storage, and OODBMS are designed to work with object-oriented programming languages.


What is the difference between table and database form?

Database table objects store data. Form objects used by applications provide a visually pleasing or sensible way of accessing or updating data contained in the database tables. This means that the form object is a display specification.


Which one of the following diagrams is the most helpful in designing a relational database in which to store object data?

The Entity-Relationship diagram is the most helpful in designing a relational database to store object data. It visually represents entities, their attributes, and the relationships between them, providing a clear understanding of the database structure and enabling effective planning of tables and relationships.


What is the difference between oodbms and ordbms?

Object-oriented database management systems (OODBMS) store data in a way that aligns with object-oriented programming concepts, allowing for complex data structures and relationships to be easily represented. On the other hand, object-relational database management systems (ORDBMS) combine relational database capabilities with object-oriented features, enabling users to work with both traditional relational data and more complex data types. ORDBMS often use SQL as the query language, whereas OODBMS may use object query languages.

Related questions

Is a data table the same as a database?

No. A table is the primary object used within a database to store data. A typical database will consist of many tables.


What is the difference between tables and form database objects?

Database table objects store data. Form objects used by applications provide a visually pleasing or sensible way of accessing or updating data contained in the database tables. This means that the form object is a display specification.


How does a database store data about its tables?

A database is used to store data in its tables by a specified number of rows and columns. Each database also uses specific cells, foreign keys, and unique keys.


Does a relational database store data in the form of a list?

A relational database stores data in the form of TABLES.


What are tables used for in a database?

They are used to store records of people to organize


What is the difference between table and database form?

Database table objects store data. Form objects used by applications provide a visually pleasing or sensible way of accessing or updating data contained in the database tables. This means that the form object is a display specification.


What is the difference between database and relational database?

A database is something that stores data. Using tools called Database Management Systems(like Oracle, Informix, Sybase, DB2), you can create, view, modify, and delete databases. Databases can be -Relational -Object Oriented -Object Relational Relational database stores data in tables(called realtions). These tables are related to each other.Just like in our family, our relations are related with each other. In Object Oriented Databases, the information is stored in the form of Objects as in Object Oriented Programming.OODBMS makes database objects appear as programming language objects in one or more porgramming languages. Object relational databases combine the features of both Object Oriented as well as Relational databases. Here you can not only store simple data like text in relational, but you can also store complex objects like images, audio and video in tables.


What do you use to store a web address in the field in a database?

object


What is RBDMS?

RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database table rows. Each database table row consists of one or more database table fields.RDBMS store the data into collection of tables, which might be related by common fields (database table columns). RDBMS also provide relational operators to manipulate the data stored into the database tables. Most RDBMS use SQL as database query language.


Relationship between a database and a table?

A table is contained within the database and consists of columns and rows. A table is meant to store data and, in relational databases, are related to other tables within the same database.


What is database repository?

A repository is a collection of all data definition, data relationships and report formats, i,e; meta data of a database.


Where does access store data?

Accesss by default stores data within the .mdb file that you open however it can also use linked tables that store data in an external database, either a separate access database or another database format linked via odbc.