+1 vote
in Python by
Which of the following method is used to insert multiple rows at a time in sqlite3 datatbase?

i) execute

ii) executemany  

iii) insertmany

iv) insert

1 Answer

0 votes
by
ii) executemany

Related questions

0 votes
asked Jun 30, 2020 in Python by GeorgeBell
0 votes
asked Oct 12, 2021 in Python by rajeshsharma
...