You are on page 1of 1

2.

//A relational database refers to a database that stores data in a structured


format using rows and columns.so,This makes it easy to locate and access specific
values
within the database.
//It is "relational" because the values within each table are related
to each other.here,Tables may also be related to other tables and The relational
structure makes it possible to run queries across multiple tables at once.
//so, In universities,the RDBMS provides access to the database through a
university server,
that accepts the requests on a network and allows database to connect to
department clients so that they can use the database.

3.//now RDBMS can be modified with data extenders to


support complex new data types.but,now OODBMS are
designed specifically for these data types, and manipulate them with far greater
efficiency.
//Object-oriented database management system also knowns as Object Database
Management System where it combines database
with object-oriented programming language.
//now compared to RDBMS for university database,as university Stores data in
Entities and are defined as tables to hold specific information,
here the OODBMS stores the university data in the form of objects that have common
relationships, behaviors, and also have similar properties.

4.//

You might also like