Computer Science, asked by BishBeBack7202, 11 months ago

What are basic building block of a database

Answers

Answered by anshaarav786
60
The basic building blocks of all data models are entities, attributes, and relationships. An entity is anything, such as a person, place, thing, or event, about which data are to be collected and stored. Entities may be physical objects such as customers or products.
Mark it brainiest
Answered by AskewTronics
17

Entities, relationship and attributes are the correct answer for the above question.

Explanation:

  • Entities are called for the table name of the database. It is the building block. the database is made up of tables and the main function of the database to holds a table that holds the data.
  • Attributes are known as the name of the column or heading of the column of the table of the database. The data can be identified with the help of attributes. So it is also the building blocks of the database because the database is used to store the data.
  • The relationship is used to define the relationships among tables within a single database. A database can hold that type of table only which has interrelated relations among them. So it is also the building blocks of the database.

Learn More:

  • Database: https://brainly.in/question/9678512

Similar questions