81.2k views
4 votes
The SQL SET keyword is used to specify a new value when changing a column value?

1) True
2) False

User Gabriel C
by
7.8k points

1 Answer

3 votes

Final answer:

The SQL SET keyword is used to specify a new value when changing a column value.

Step-by-step explanation:

The statement is true. The SQL SET keyword is used to specify a new value when changing a column value. It is often used in the context of an UPDATE statement, where you can specify the column you want to update and the new value you want to set for that column.

User Sir Psycho Sexy
by
8.2k points