Functions are called and pointers to structures are used while using DBI API.
(a) True
(b) False
I had been asked this question in an internship interview.
Question is taken from Making Database Backups in division Database Maintenance, Backups and Replication of MySQL
(a) True
(b) False
I had been asked this question in an internship interview.
Question is taken from Making Database Backups in division Database Maintenance, Backups and Replication of MySQL
The correct option is (a) True
To explain I would say: While using 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”.