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.
The UPDATE
command is used to modify the data in existing rows in a MariaDB table.