CBSE Class 12 Computer Science Question 11 of 47

Interface Python with SQL — Question 1

Back to all questions
1
Question

Question 1

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

  1. MySQL-connector
  2. YesSQL: connector
  3. PostSQL: connector
  4. None of these
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.