1.

Which keyword in the UPDATE statement is used to assign values to columns?(a) ASSIGN(b) SET(c) MARK(d) GETI got this question in a national level competition.Asked question is from Multiple topic in section Using SQL to Manage Data of MySQL

Answer»

The correct OPTION is (b) SET

To explain I would say: The ‘UPDATE’ statement in MYSQL has its own syntax. The ‘SET’ keyword is followed by an assignment LIST which INDICATES the set of columns whose value needs to be updated with a specified value.



Discussion

No Comment Found

Related InterviewSolutions