Computer Science

Which connector is used for linking the database with Python code?

  1. MySQL-connector
  2. YesSQL: connector
  3. PostSQL: connector
  4. None of these

Python MySQL

2 Likes

Answer

MySQL-connector

Reason — MySQL-connector is used for linking the database with Python code. It facilitates the connection and interaction between Python programs and MySQL databases, allowing for data management and query execution.

Answered By

2 Likes


Related Questions