1.

The DBI API for Perl is _____________(a) database interface(b) database id(c) database identity(d) database integrityI have been asked this question in unit test.My question is from APIs Available for MySQL topic in chapter MySQL Programming of MySQL

Answer»

Right choice is (a) DATABASE interface

Explanation: In MySQL, DBI is IMPLEMENTED as a Perl MODULE. It interfaces with other modules at the DBD (Database Driver) LEVEL. Each of it provides access to a SPECIFIC database engine.



Discussion

No Comment Found

Related InterviewSolutions