Computer Science
Which connector is used for linking the database with Python code?
- MySQL-connector
- YesSQL: connector
- PostSQL: connector
- None of these
Related Questions
DB-API is the standard for Python's database interface.
connect() method does not require any parameters.
To open a connector to MySQL database, which statement is used to connect with MySQL?
- connector
- connect
- password
- username
Which software is used for coding the Python language?
- Idea
- IDLE
- Python Script
- Connector