Home » MYSQL » Data Types » Question
  1. The functions in Perl DBI called?
    1. programs
    2. methods
    3. functions
    4. procedures
    5. None of these
Correct Option: B

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’.



Your comments will be displayed only after manual approval.