Question: You have a Python script where you dont buffer your query results. The query result returns ten rows and you read only the first row
You have a Python script where you dont buffer your query results. The query result returns ten rows and you read only the first row and then close the cursor. What kind of error will you get?
| a | Should not get an error. |
| b | Syntax error |
| c | Buffer underflow exception |
| d | Internal error |
Question 10 (1 point)
To control for an InternalError exception you should use a(n) __________ connection.
| a | Unbuffered |
| b | Buffered |
| c | Secure |
| d | Open |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
