Question:

Which of the following statement(s) is/are true?

A. Selection operation yields horizontal subset of a relation.
B. Selection operation yields vertical subset of a relation.
C. Union operator can work on relation with different degree.
D. Intersection and Cartesian product operations are not binary.
E. A record is a column on a datasheet.

Show Hint

Selection operation allows us to filter rows from a relation, which is typically considered a horizontal subset.
Updated On: Apr 24, 2025
  • 1. A only
  • 2. B only
  • 3. C and E only
  • 4. D and E only
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

- Statement A is true, as the selection operation yields horizontal subsets.
- Statement B is false, as selection operates horizontally.
- Statement C is false, union can only work with relations of the same degree.
- Statement D is false, intersection and Cartesian product are binary operations.
- Statement E is false; a record is a row, not a column.
Was this answer helpful?
0
0

Top Questions on Relational Algebra

Questions Asked in CUET exam

View More Questions