InterviewSolution
Saved Bookmarks
| 1. |
“MODIFY” is used with which “Query clause”?(a) ALTER(b) FROM(c) WHERE(d) ORDER BY |
|
Answer» Correct option is (a) ALTER The best explanation: Modify is not a clause, it just used with clause Alter. |
|