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
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
In MS-Office which can be used for quick access to commonly used commands and tools ?
Chapter :
Office Automation Tools
Topic :
Word Processor (MS Word)
Question 2
Easy
Source :
HTET 2021
Which symbol should be used to pass the object by reference in C++?
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts
Question 3
Easy
Source :
HTET 2021
A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end…
Chapter :
Data Structures (Through C++)
Topic :
Queue
Question 4
Easy
Source :
HTET 2021
What is meant by multiple inheritance ?
Chapter :
Object-Oriented Programming (C++)
Topic :
Inheritance