1.

The non handle array representing a row of values is ______________(a) $rc(b) $rv(c) $rows(d) $aryI had been asked this question by my college director while I was bunking the class.I'm obligated to ask this question of Perl DBI Overview topic in section MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

The correct OPTION is (d) $ary

To explain: 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