Kizspy | Question: 40
(Choose 1 answer)
What does the executescript() method in the Python SQLite cursor object do that the normal execute()
method does not do?
A. It allows database tables to be created
B. It allows embedded JavaScript to be executed
C. It allows embeded Python to be executed
D. It allows multiple SQL statements separated by semicolons