After establishing connection, execute() method is used.
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.
execute()