KnowledgeBoat Logo
|

Computer Science

After establishing connection, execute() method is used.

Python MySQL

1 Like

Answer

True

Reason — After establishing a connection to a database using a connection object, the execute() method is used to execute SQL statements or queries through a cursor object.

Answered By

3 Likes


Related Questions