The to_sql() function can append to a MySQL table.
True
Reason — The to_sql() function in pandas, when used with the if_exists='append' parameter, can append data to an existing MySQL table.
to_sql()
if_exists='append'