srikanth
Answered On : 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
Login to rate this answer.
PKayanan
Answered On : 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.

1 User has rated as useful.
Login to rate this answer.