answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

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

Wiki User

11y ago

A hierarchical database maintains a one-to-one correspondence between a document and a record of that document. A relational database typically involves multiple tables that relate to one another; in a relational database, multiple records could be "related" to one specific document, depending on the information contained.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

The main difference is that the relational database uses one instance only for every given entry. A 'flat file' system keeps repeating relational data all the time.

Example: if you have a customers database, each customer has a zip code. Right? Why not store those zip codes, unique values, in a separate table toghether with zip code area names, like 'Washington DC'. Now for each customer you only store the zip code, not the location. That way several customers that has the same zip-code will have a lookup on that number to put in the address field. That is a relational database.

A non relational dtatabase, on the other hand, does not do this. Here the zip code and the name of where that zip code goes are stored in each and every entry.

The latter, can therfore, have same zip-codes and different addresses. Not so good in this case.

--

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

hierarchical model based on tree like structure with one root

network model based on tree like structure with many root

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between database and relational database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What kind of database exist?

The two major commercial classes of database are; relational and non-relational. Example of non-relational databases include Informix c-isam and dbisam. The main relational databases are; MS SQL Server, Sybase, Oracle, Progress, mySQL.


What is relational in relational model?

A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. Most popular commercial and open source databases currently in use are based on the relational model. A short definition of an RDBMS may be a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables.


Compare between network hierarchal and relational model?

1. Relational Model : Newer database model; Network Model - Older database model 2. The network model structures data as a tree of records with each record can have multiple parent and child records, forming a lattice structure. The basic data structure of the relational model is the table, where information about a particular entity (say, an employee) is represented in columns and rows 3.The relational model has strong mathematical foundation with set theory and predicate logic. Network Model has no strong mathematical background. 4. Relational model is the most flexible of the database models. Network model is not very flexible. 5. Relational model has widespead use. Network model has limited use.


Who developed the concept of relational database?

Dr. Edgar F. Codd in 1970 in his book titled "A Relational Model of Data for Large Shared Data-banks".


Disadvantage of rdbms?

RDBMS is a database that defines relation between table. RDBMS is acronym for relational database management system. Due to increased complexity overhead on the system will increase reducing the throughput and processing power.

Related questions

Difference between database and relational database?

A database is a collection of data organized for easy access and manipulation, while a relational database is a type of database that stores data in a structured format using tables that are related to each other through keys. In a relational database, data is organized into rows and columns, and relationships between tables can be established using keys.


Difference between database and relational database explain with example?

Database = Generic name for a system to store data Relational Database = A specific type of database that utilizes relationships between data to not only store the data but further its efficiency in its manipulation.


How are relationship between tables expressed in a relational database?

Tables are the basic building blocks of a relational database.


Is the relational database an example of oracle database?

A relational database is a type of database design. Oracle is a brand of database. You can create a relational database using Oracle. You can also create relational databases using other database applications.


What are the differences between database management system Vs relational dbms?

the database management system analysis the data or record but relational database management system links the database to each other.


What are the Properties of relational database model?

The relational database model organizes data into relations or tables with rows and columns, providing a clear structure for data storage. It supports the concept of primary keys to uniquely identify each record in a table and foreign keys to establish relationships between tables. Additionally, it ensures data integrity through constraints like referential integrity and data normalization.


The meaning of Oracle is?

Oracle is relational DataBase


What is the difference between sybase and rdbms?

Sybase is a specific product and company that provides relational database management systems (RDBMS). RDBMS is a general term for a type of database management system that stores data in a structured format using tables. Sybase is one of the many vendors that offer RDBMS solutions.


Difference between multimedia and hypermedia?

Multimedia is based on two key concepts; integration and interactivity while hypermedia is based on a relational database organisation


What is the best relational database software for mac?

The best relational database is Valentina Studio.


What is main difference between dbms rdbms why it is called relational database?

There are mainly three different Database architectures and they are network, hierarchical and Relational. The DBMSystems that follow the Relational architectural concepts are known as RDBMS. This is supposed to be superior in design and performance to the other two and there are, to my knowledge, no functional DBMS following the other two concepts in the market today.


Why is a relational database needed?

A relational database is needed for many things. A relational database is known for collecting and organizing various data items into different charts and pictures.