The select operation is used to choose a subset of tuples from a relation that…
2023
The select operation is used to choose a subset of tuples from a relation that satisfies a ............. .
- A.
Check Condition
- B.
Selection Condition
- C.
Insertion Condition
- D.
Update Condition
Attempted by 581 students.
Show answer & explanation
Correct answer: B
The select operation in relational databases is used to retrieve a subset of tuples from a relation that satisfy a specific condition. This condition is known as the selection condition. It filters the tuples based on a logical expression, such as equality or comparison, and returns only those tuples that meet the criteria.