Question
Easy
This command is used to modify attribute values of one or more selected tuples:
1
Drop
2
Alter
3
Update
4
Modify
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option C
Explanation
The correct option is (3): The UPDATE command is the dedicated Data Manipulation Language (DML) statement in Structured Query Language (SQL) used exclusively for changing the existing attribute values of one or more tuples (rows) in a table. It is central to maintaining the correctness of data over time. The command uses a crucial SET clause to specify which column's data should be changed and what the new value should…Read More
Similar Questions from REET Exam - Paper 1 - Year 2018
Question 1
Easy
Source :
HTET 2023
To get information from users you use _______ .
Question 2
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
Question 3
Easy
Source :
HTET 2023
Which phase answers the questions of who will use the system, what the system will do and where and when it will be used?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 4
Easy
Source :
HTET 2023
Degree of relationship type is the number of participating _______
Chapter :
Database Management System (DBMS) & SQL
Topic :
MS Access