1.

The UPDATE SQL clause can _____________(a) update only one row at a time(b) update more than one row at a time(c) delete more than one row at a time(d) delete only one row at a timeI had been asked this question in an online interview.This is a very interesting question from Basic SQL in chapter Laying the Foundation of SQL Server

Answer»

Correct choice is (b) update more than one row at a time

Best EXPLANATION: The SQL UPDATE Query is used to modify the existing records in a table. You can use WHERE CLAUSE with UPDATE query to update SELECTED rows otherwise all the rows WOULD be affected.



Discussion

No Comment Found

Related InterviewSolutions