Question
Easy

The select operation is used to choose a subset of tuples from a relation that satisfies a _

1
Check Condition
2
Selection Condition
3
Insertion Condition
4
Update Condition
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option B
Explanation

The correct option is (2): The SELECT operation, which is represented by the Greek symbol sigma ($\\sigma$) in Relational Algebra, is a fundamental unary operation in database theory that serves as the basis for the WHERE clause in SQL. Its core function is to horizontally filter the tuples (rows) of a single relation (table). The logical expression that specifies which tuples must be kept in the resulting relation is formallyтАжRead More

The select operation is - HTET Level 3 | Clear Cutoff