Vidyalelo
Python · Q19

Database Connectivity with Python

Programming · Python · question 19

Q19

How can you update data in a database table using SQL?

A.
Using the UPDATE statement
Answer
B.
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.