CBSE Class 12 Informatics Practices Question 33 of 70

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.