Saved Bookmarks
| 1. |
Functional dependencies that have a time associated with them during which they are valid are called as________(a) Timed functional dependencies(b) Clocked functional dependencies(c) Temporal functional dependencies(d) Modeled functional dependenciesThe question was posed to me during a job interview.The above asked question is from Normal Forms topic in portion Relational Database Design of RDBMS |
|
Answer» RIGHT ANSWER is (c) TEMPORAL functional dependencies To explain: Functional dependencies that have a time associated with them during which they are VALID are called as temporal functional dependencies. All snapshots of the relation should satisfy the functional DEPENDENCY for it to be a temporal functional dependency. |
|