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

This command is used - HTET Level 3 | Clear Cutoff