InterviewSolution
Saved Bookmarks
| 1. |
What is the Perl DBI?(a) database inheritance(b) database integrity(c) database interface(d) database isolation |
|
Answer» The correct option is (c) database interface Easiest explanation: The Perl DBI is the Perl Database Interface. The work of the interface is to form a link between the application programming interface in C with all the other programming languages. |
|