Which command is used to update existing data in a MariaDB table?

Which command is used to update existing data in a MariaDB table?

a) MODIFY
b) ALTER
c) UPDATE
d) SET

Answer:

c) UPDATE

Explanation:

The UPDATE command is used to modify the data in existing rows in a MariaDB table.

Reference:

MariaDB Quiz – MCQ Questions and Answers

Scroll to Top