1.

The functions in Perl DBI called?(a) functions(b) procedures(c) methods(d) programsThis question was posed to me by my college professor while I was bunking the class.Question is taken from Date and Time Data Types topic in section Data Type Reference, Operators and Functions of MySQL

Answer»

Correct answer is (c) methods

Easiest EXPLANATION: In the DBI API, functions are called and pointers to structures are used. The functions are called ‘methods’, pointers are called ‘references’, POINTER VARIABLES are called ‘handles’.



Discussion

No Comment Found

Related InterviewSolutions