M

Mr. Dubey • 52.66K Points
Coach

Q. Which attribute is used for getting an individual row?

(A) results.rows.item(i)
(B) insertid
(C) rowaffected
(D) length
Share

Explanation by: Mr. Dubey
 for getting individual row results.rows.item(i) is used, i denotes the index of the row. it will return the object representation of the row. insertid returns row id but in case of multiple rows, it returns the id of the last row.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Loading Comments....

Question analytics