InterviewSolution
Saved Bookmarks
| 1. |
What is update command? |
|
Answer» The update command is used to change row values from a table. The SET keyword takes the column in which values needs to be changed or updated. |
|