“INSERT” is same as “UPDATE”?
(a) NO
(b) YES
(c) May be
(d) None of the mentioned
(a) NO
(b) YES
(c) May be
(d) None of the mentioned
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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”.