InterviewSolution
Saved Bookmarks
| 1. |
“INSERT” is same as “UPDATE”?(a) NO(b) YES(c) May be(d) None of the mentioned |
|
Answer» Correct answer is (a) NO To explain: “INSERT “is used to entering the data in the newly created table while “UPDATE” is used to modify the data which is already inserted with help of statement “INSERT”. |
|