Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

what is physical database design??

database design physical
0
Posted

what is physical database design??

0

“Physical database design is the process of producing a description of the implementation of the database on secondary storage; it describes the base relations, file organizations, and indexes used to achieve efficient access to the data, and any associated integrity constraints and security measures”. [1] The prerequisites for the physical design of a database can be summarized as follows: [5] – Global logical data model (entities and attributes are well defined, the relationships between them and special rules that define relational integrity) – Relations are normalized – Descriptions of where and when data are used (entered, retrieved, deleted, updated) – Expectations/requirements for response times, data security, backup, recovery, retention, integrity. – Description of technologies (DBMS) used for implementing the system – GUI standard ideas But what does this mean? Let’s go over each one of them…. Entities and Attributes definition: Tables are the heart of a database, therefore

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123