Q19
How can you update data in a database table using SQL?
A.
Using the UPDATE statement
AnswerB.
Using the MODIFY statement
C.
Using the ALTER statement
D.
Using the EDIT statement
Answer: Option A
Solution
Answer: Option A
Solution:
The UPDATE statement is used to modify data in a database table.