CBSE Class 12 Informatics Practices Question 6 of 16

Importing/Exporting Data between CSV Files/MySQL and Pandas — Question 14

Back to all questions
14
Question

Question 14

In pandas.read_sql(<A>, <B>), <B> is

  1. connection name
  2. table name
  3. SQL query string
  4. database name
Answer

connection name

Reason — The <B> parameter in pandas.read_sql(<A>, <B>) represents the connection object or the database connection.

Get the Bright Tutorials app Stuck on a question? Ask Bright Buddy — your AI tutor — for step-by-step help in the app.