CBSE Class 12 Informatics Practices Question 44 of 70

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

Back to all questions
9
Question

Question 9

The to_sql() function cannot work if the named table already exists.

Answer

False

Reason — The to_sql() function can work with existing tables in MySQL.