Login
Remember
Register
Ask a Question
Which of the following method is used to insert multiple rows at a time in sqlite3 datatbase?
+1
vote
asked
Jan 13, 2021
in
Python
by
SakshiSharma
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
#insert-rows
#inset-data
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 13, 2021
by
SakshiSharma
ii) executemany
...