InterviewSolution
Saved Bookmarks
| 1. |
The Perl DBI is ______________(a) database inheritance(b) database integrity(c) database interface(d) database isolation |
|
Answer» Correct option is (c) database interface To elaborate: 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. |
|