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 ............. .

  1. A.

    Check Condition

  2. B.

    Selection Condition

  3. C.

    Insertion Condition

  4. 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.

Explore the full course: Rssb Basic Computer Instructor