InterviewSolution
Saved Bookmarks
| 1. |
DML changes are(a) Insert(b) Update(c) Create(d) Both Insert and UpdateThe question was posed to me in semester exam.Question is from Rapid Application Development in portion Database Programming Techniques of Database Management |
|
Answer» CORRECT option is (d) Both INSERT and Update Best EXPLANATION: CREATE is a DDL operation. |
|