InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statements are DML statements?(a) Update [tablename] Set [ columnname] = VALUE(b) Delete [tablename](c) Select * from [tablename](A) a and b(B) a and d(C) a, b, and c(D) b and c |
| Answer» | |