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
Similar Questions from REET Exam - Paper 1 - Year 2018
Question 1
Easy
Source :
HTET 2023
The software containing an interpreter that converts the byte code into machine code where the python program runs is called as:
Chapter :
Operating Systems & Software Concepts
Topic :
Computer Software
Question 2
Easy
Source :
HTET 2023
Transmission control protocol is:
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 3
Easy
Source :
HTET 2023
To get information from users you use _______ .
Question 4
Easy
Source :
HTET 2023
If a class contains at least one pure virtual function, it is called as _______ class.
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts