98.6k views
1 vote
To control for an InternalError exception you should use a(n) __________ connection.

a

Unbuffered

b

Buffered

c

Secure

d

Open

1 Answer

1 vote

Answer: (B) Buffered

Step-by-step explanation:

Buffered connection is basically used to control the internal error exception. The buffer cursor are basically executed different queries like fetchall() and fetchone(), these are the row fetching method. It is basically used to return the row from set of the buffered row.

For creating the buffered cursor we can use the buffered argument and call the cursor connection.

On the other hand, all the other options are incorrect because it cannot control the internal error only buffered connection can do.

Therefore, Option (B) is correct.

User SklogW
by
8.2k points