Examveda

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

A. Using the UPDATE statement

B. Using the MODIFY statement

C. Using the ALTER statement

D. Using the EDIT statement

Answer: Option A

Solution (By Examveda Team)

The UPDATE statement is used to modify data in a database table.

Join The Discussion

Related Questions on Database Connectivity with Python

What is SQLite?

A. A type of programming language

B. A relational database management system

C. A Python module for web scraping

D. A version control system