Home »
Python »
PyQt MCQs
Which is/are the correct SQL driver(s) to work with PyQt?
25. Which is/are the correct SQL driver(s) to work with PyQt?
- QDB2
- QIBASE
- QMYSQL
- QOCI
- All of the above
Answer: E) 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.