Respuesta :
The functional dependencies that can be held include the following:
- {PX, PY, PZ} ----> VX
- {PX, PY, PZ} ----> VY
- {PX, PY, PZ} ----> VZ
What is functional dependency?
Functional dependency can be defined as a constraint that is typically used to specify the relationship that exist between two (2) separate sets of attributes, in which one set can uniquely and accurately determine the actual value of the other attributes.
In this scenario, the coordinates of the molecule would be PX, PY, and PZ while the velocities of the corresponding coordinates are VX, VY, and VZ respectively. Thus, the functional dependencies include the following:
- {PX, PY, PZ} ----> VX
- {PX, PY, PZ} ----> VY
- {PX, PY, PZ} ----> VZ
What are the keys?
The combination of keys in the R which can be used to get the molecule in the closed surface are as follows:
- PX, PY, PZ
- VX, VY, VZ.
What are the list of superkeys?
Superkeys refer to a set of attributes such as molecules, dimensions and velocities which can be used to hold a key. Thus, the list of superkeys are as follows:
- PX, VX, VY, VZ.
- PY, VX, VY, VZ.
- PZ, VX, VY, VZ.
In conclusion, a superkey can be created when attribute are added to a primary key.
Read more on functional dependency here: https://brainly.com/question/24162112