103k views
3 votes
The SQL keyword MODIFY is used to change a column value?
1) True
2) False

1 Answer

5 votes

Final answer:

The SQL keyword MODIFY is not used to change a column value in SQL. The correct keyword for that purpose is UPDATE.

Step-by-step explanation:

The statement that the SQL keyword MODIFY is used to change a column value is false. The correct keyword in SQL to change a column value is UPDATE. The MODIFY keyword is used in SQL to modify the structure of a table, such as changing the data type or length of a column.

1

User RobertsonM
by
7.7k points