Question
Easy
SQL command used to modify attribute values of one or more selected tuples is :
1
MODIFY
2
UPDATE
3
INSERT
4
ALTER
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option B
Explanation
The correct option is (2): The UPDATE command is the precise Data Manipulation Language (DML) statement in Structured Query Language (SQL) that is used to alter or revise the existing data stored in a database table. Its function directly corresponds to the question, as it is the only command explicitly designed to modify attribute values (column values) for one or more selected tuples (rows). A crucial component of the UPDATE…Read More
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2018
In windows, after selecting my-computer or this-PC icon on desktop, system properties can be viewed by pressing shortcut key............
Chapter :
Operating Systems & Software Concepts
Topic :
MS Window
Question 2
Easy
Source :
HTET 2019
Which of the following set of operations is a valid set of aggregate operations in SQL ?
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL
Question 3
Easy
Source :
HTET 2019
Which of the following feature is not supported in C++?
Chapter :
Computer System & Hardware Fundamentals
Topic :
Computer System
Question 4
Easy
Source :
HTET 2019
Solution to recurrence relation $T(n)=T(n-1)+2$ is given by, where $n>=0$ and $T(0)=5$
Chapter :
Software Engineering & Problem Solving
Topic :
Programming Concepts