Kizspy | Question: 35
(Choose 1 answer)
In the following SQL,
cur.execute('SELECT count FROM Counts WHERE org = ?', (org, ))what is the purpose of the "?"?
A. It is a placeholder for the contents of the "org" variable
B. It is a syntax error
C. It allows more than one boolean operation in the WHERE clause
D. It is a search wildcard