DBMS
DBMS
Solutions:
4.
5. Meaning: A data model is a collection of concepts that can be used to describe the
structure of the database. It defines the data elements and the relationship between the
data elements. The types are:
• Hierarchical model.
• Network model
• ER model
• Relational model.
• Object-oriented model.
6. Database architecture describes the structure and how the users are connected to a
specific database system. It helps to design, develop, implement, and maintain the
database system. It is broadly classified into 3 types:
• Three-schema architecture
• Client-server architecture
• Centralized architecture
7. Data independence refers to the ability to modify the schema without affecting the
program and the application to be rewritten. The three-schema architecture can be
used to explain the concepts of data independence. There are two types:
9. DBMS interface is a user interface that allows for the ability to input queries to a
database without the query language. The types of interfaces are:
• Form base interface: These are widespread and a very important means of
interacting with a DBMS. They are easy to use, and the user does not need any
special knowledge about it such as SQL.
• Text base interface: These interfaces are very powerful tools, and the user of this
interface should have strong knowledge about the database language.
• GIS interface: GIS stands for Geographic Information System. This often
integrates features of the database interface. The database interaction takes
place through combination of different interfaces.
• Menu base interface: These interfaces present the user with a list of options
called menus that lead the user through the formulation of the request.
10. Meaning: It stands for entity relationship model. The visual representation tool is
called ER diagram. It is used to define ER model. The three components of ER model
are:
• Entity
• Relationship
• Attributes