webnovel
Non-trivial functional dependence and complete functional dependence

Non-trivial functional dependence and complete functional dependence

2026-08-21 15:58
1 answer

Non-trivial functional dependence: In the Relational Model, if there is an attribute set X and an attribute set Y, and X→Y, but Y is not a sub-set of X, this functional dependence is called a non-trivial functional dependence. For example, in the relationship between students (student number, name, class, course, grade), student number → grade was a non-trivial functional dependence, because grades were not a sub-set of student number, and the student number could determine the attribute of grades. Complete functional dependence: In a relationship, if a non-main attribute data item depends on all keywords, it is called complete functional dependence. For example, in the relationship course selection (student number, course number, score), the score was completely dependent on the combination of the student number and course number. This was because the student number or course number alone could not determine the score. Only the combination of the two could determine the score. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

Complete Martial Arts Attributes

Complete Martial Arts Attributes

The dimensional rifts link the earth to the Xingwu continent. This is the dawn of the martial arts era! I will be useless if I don't practice martial arts? Don't worry, I have a system that allows me to pick up attributes. When other people drop attributes during their training, I can pick them up secretly. Huh? Did you just say that beating up people will make them drop attributes too? In that case... You defeated a sword skill genius. He dropped Enlightenment×2, Sword Talent×1... You've picked them up. Your insights have improved and you've gained a beginner stage sword talent! You defeated a blade skill talent. He dropped Blade Battle Technique×1, Malicious Blade Intent×1... You picked them up and learned a rare blade battle technique! You've also figured out Malicious Blade Intent and have become extremely fierce! You defeated a physique talent. He dropped Physique Scripture×1, Holy-Blood Dominant Physique×1... You picked them up and learned a new top-grade scripture! You are exceptionally lucky to have received the Holy-Blood Dominant Physique. It can change your physique completely and you earned a god-level title 'Endless Health'. Someone killed a powerful star beast and dropped Spiritual Sight×1 and Blank Attribute×60... You picked them up secretly and receive a spiritual eye talent as well as 60 points to add to any of your current attributes! You defeat many opponents in your life. You accidentally kill an innocent devil and split the universe into two when you're practicing your blade at home. You burst the sun with your fist and the world is engulfed in darkness... That's when you realize... You're invincible!
Eastern
4714 Chs

Non-trivial functional dependence and trivial functional dependence

Let X and Y be the attributes of a relation, and X→Y. If Y is contained in X, then X→Y is called a trivial functional dependence. If Y is not contained in X, then X→Y is called a non-trivial functional dependence. The trivial functional dependence was automatically established because it was determined by the reflexive nature of the functional dependence. The functional dependence that was generally studied was mostly non-trivial functional dependence. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-06 00:50

trivial functional dependence and partial functional dependence

Based on context alone 1. ** Ordinary Function Dependence ** - In a database, let R(U) be a relation pattern on a set of attributes U, and X and Y be a set of attributes U. If Y is a sub-set of X (that is, Y X), then X→Y is a trivial functional dependence. - For example, in the relationship mode of students (student number, name, gender),{student number, name}→{name} is a trivial functional dependence, because the name itself is a part of {student number, name}. Semantically speaking, trivial functional dependence represented an obviously established dependence relationship. This dependence relationship did not actually contain much meaningful new information, because it only indicated that the dependence of a set of attributes on its own set must exist. 2. ** Part of Function Dependence ** - Let (X,Y) be the property set of the relation pattern (R). If (X→Y) exists a proper set of (X ') such that (X'→Y), then (Y) is partially dependent on (X). - For example, in the Relational Mode course selection (student number, course number, grades, course name),{student number, course number}→{course name}, but in fact,{course number}→{course name}, which meant that the course name only depended on the student number and the course number in the course number, not the entire {student number, course number}, so the course name was partially dependent on {student number, course number}. Partial functional dependence may cause data redundancy-like problems. In the standardized design of a database, it is usually necessary to eliminate partial functional dependence to achieve a higher standard. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-08 09:40

What are the non-trivial functional dependence?

Let a relation be R(U), and X and Y be the sets of attributes U. If X→Y and X does not contain Y, then X→Y is called a non-trivial functional dependence. For example,(student number, course number) → personal score was a non-trivial functional dependence. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-04 21:26

trivial and nontrivial functional dependence

If in a functional dependence, the attributes in the right attribute set are all a sub-set of the left attribute set, this functional dependence is called a trivial functional dependence. Conversely, if at least one attribute in the right attribute set is not a sub-set of the left attribute set, it is called a non-trivial functional dependence. For example, in the relation pattern R(A,B,C), if A→A exists, it is a trivial functional dependence, because A on the right is a sub-set of A on the left; if A→B exists, it is a non-trivial functional dependence, because B is not a sub-set of A. The concept of functional dependence was very important in the field of database design. It was an important basis for operations such as the normalisation of the relationship model. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-07 04:26

An example of functional dependence

The following are some examples of functional dependence: 1. In student relationships, the student number determined the student's name, age, and department. It could be expressed as student number → (name, age, department). Since one student number corresponded to one student, once the student number was determined, the corresponding name, age, and faculty would also be determined. 2. In the course selection relationship, the student number and the course number could be added together to determine the results of a student's course, that is,(student number, course number)→ results. A single student number or course number could not determine the results. This was a complete functional dependence. 3. In describing the relationship between students, student number → name, student number → department. Because one student number corresponded to one and only one student, and one student studied in a certain department, when the value of the "student number" attribute was determined, the value of "name" and "department" was also uniquely determined. 4. In the relationship mode, the course number determines the course name, which can be expressed as: course number → course name. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-08-15 07:52

Completely nontrivial functional dependence

In a functional dependence, let R(U) be the relation pattern on the property set U, and X and Y be a set of U. If X→Y (Y depends on X), and Y is not a sub-set of X (this is a non-trivial functional dependence), and for any proper sub-set X'of X, X' cannot determine Y (that is, the property of complete functional dependence), then Y is said to be completely non-trivial functional dependence on X. For example, in a relationship model (student number, course number) → grade, grade depends non-trivial on (student number, course number), and neither student number nor course number alone can determine grade. This is a completely non-trivial functional dependence. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-07 15:23

How to understand partial functional dependence

Let X and Y be the two sets of attributes of relation R. If X→Y exists, and when X 'is a true set of X, X' →Y exists, then Y is said to be partially dependent on X. Simply put, Y could be obtained by depending on X, but Y was not completely dependent on X. There was a proper set of X that could also be obtained by Y. This situation was partial functional dependence. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-03-22 08:05

Ordinary Dependence and Extraordinary Dependence

Ordinary dependence refers to the dependence of a certain attribute set on itself in the relationship. For example, in a set composed of attributes A and B, the dependence of A and B on themselves (A→A and B→B) is trivial dependence. In a table that stores student performance information, the set of attributes {SNo, CNo, Score},{SNo} → SNo,{CNo, Score} → Score, etc. are also trivial dependence. Nontrivial dependence is if X → Y holds and Y does not belong to X. For example, in a student's report card,{SNo, CNo} → Score is a non-trivial dependence because Score does not belong to the combination key {SNo, CNo}. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-07 06:40

Is ordinary dependence the same as extraordinary dependence?

Ordinary dependence was different from extraordinary dependence. A trivial dependence refers to a property or property set that is completely dependent on itself. For example, in the relationship R(A, B), A -> A and B -> B are trivial dependence. The non-ordinary dependence was not the dependence of this attribute collection on oneself. In the process of database normalisation, trivial dependence had no practical effect and would not affect the integrity or integrity of the database design. It was more used to define and identify more complex dependence relationships, such as functional dependence, partial dependence, and transitive dependence. Non-trivial dependence had different effects and meanings in the design of the database. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-08 02:27

The difference between ordinary dependence and extraordinary dependence

Ordinary Dependence referred to the fact that a certain attribute in the attribute set depended on itself and did not need to obtain information from other attributes. For example, in a table containing the property set {SNo, CNo, Score},{SNo} → SNo, {CNo, Score} → Score is a trivial dependence. A non-trivial dependence is a non-trivial dependence if X → Y is true and Y does not belong to X. For example, in the student report,{SNo, CNo} → Score is a non-trivial dependence, because the score Score does not belong to the combination key {SNo, CNo}. In summary, the main difference between the two was that ordinary dependence was the dependence of attributes on themselves, while non-ordinary dependence was the dependence of an attribute (set) on another attribute (set) that did not belong to itself. The Extraordinary Ordinary Life novel is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-03 16:41
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z