Home »
MCQs »
Pygame MCQs
Which is/are the correct SQL driver(s) to work with PyQt?
23. Which is/are the correct SQL driver(s) to work with PyQt?
- QDB2
- QIBASE
- QMYSQL
- All of the above
Answer
The correct answer is: D) All of the above
Explanation
All of the above are the correct SQL drivers to work with PyQt where QDB2 is used for IBM DB2, QIBASE is used for Borland InterBase Driver, QMYSQL is used for MySQL Driver, and QOCI is used for Oracle Call Interface Driver.