Question
Easy

A functional dependency is a relationship between or among :

1
Tables
2
Rows
3
Relations
4
Attributes
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation

The correct option is (4): A functional dependency (FD) is a fundamental concept in Relational Database Management Systems (RDBMS) that defines a constraint on a set of attributes within a single relation (table). Formally written as A $\\rightarrow$ B, it means that the value of attribute set A uniquely determines the value of attribute set B. In simpler terms, if two rows in the table have the same value for…Read More