Computer Science, asked by pragna2855, 2 days ago

Which of the following commands will you use to update values in a table?

Answers

Answered by pallavigolait60
0

Answer:

UPDATE command is used to update any record of data in a table. Following is its general syntax, UPDATE table_name SET column_name = new_value WHERE some_condition; WHERE is used to add a condition to any SQL query, we will soon study about it in detail.

Explanation:

please mark as brilliant and thank you .

Similar questions