1.

What is the non handle array representing a row of values?(a) $rc(b) $rv(c) $rows(d) $aryThis question was addressed to me by my college director while I was bunking the class.Origin of the question is Spatial Data Types in division Data Type Reference, Operators and Functions of MySQL

Answer» CORRECT answer is (d) $ary

For explanation I would say: The Perl Non-handle variable ‘$ary’ is an array or list representing a row of values returned by a query. ‘$RC’ returns CODE from OPERATIONS that return TRUE or false. ‘$rv’ returns value from operations that return an integer. ‘$rows’ returns value from operations that return a row count.


Discussion

No Comment Found

Related InterviewSolutions