Discover answers to your most pressing questions at Westonci.ca, the ultimate Q&A platform that connects you with expert solutions. Connect with a community of experts ready to provide precise solutions to your questions quickly and accurately. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

What do you understand by database and
database management system Soft ware. Also
enlist functions of DBMS.

Sagot :

Answer:

The answer to this question is given below in this explanation section.

Explanation:

A database management system(DBMS) is a software package designed to define,manipulate,retrieve and manage data in a database.A DBMS generally manipulates  the data itself the data format,field names,record structure and file structure.It also defines rules to validate and manipulate this data.

Database management system are setup on specific data handling concepts,as the practice of administrating a database evolves. The earliest database only handled individual single pieces of specially formatted data.Over time, the models for database management  systems have changed considerably.

The earliest types of database management systems consisted mainly of hierarchy and network models.

  • The hierarchy model is one where each node or component has a child parent relationship with one other node or components.
  • In the network model,the difference is that a single component can have multiple relationships think of this as a single node being able to multicast connections.

However over time these models became overtaken by something called a relational database.In this relational database model individual components have attributes that are linked to their identities through a database table design.The rows and columns of an individuals database table include those identities and attributes in such a way that traditional structured query language or SQL can be used to pull various kinds of information on these relations models.