Give the complete difference between database, relational database and object database?

Editorial / Best Answer

Answered by: PKayanan

  • May 14th, 2007


A database is an organized collection of information.  It is structured so you can jump to the information by using a key, and find related infromation by navigating a path.  A sequential (flat)  file is not considered a database. 

A relational database contains one-to-many relationships.

A networked database contains one-to-many and many-to-many relationships.

Showing Answers 1 - 4 of 4 Answers

srikanth

  • Apr 14th, 2006
 

Collection of inter-related data is called as database.

A DATABASE WHICH SUPPORTS ALL TYPES OF RELATIONS(one-one,one-many,many-one,many-many)IS CALLED AS RELATIONAL DATABASE.

object database or object oriented database both r same.

object database=relational database+oops

  Was this answer useful?  Yes

PKayanan

  • May 14th, 2007
 

A database is an organized collection of information.  It is structured so you can jump to the information by using a key, and find related infromation by navigating a path.  A sequential (flat)  file is not considered a database. 

A relational database contains one-to-many relationships.

A networked database contains one-to-many and many-to-many relationships.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions