Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Python Institute Exam PCPP-32-101 Topic 1 Question 4 Discussion

Actual exam question for Python Institute's PCPP-32-101 exam
Question #: 4
Topic #: 1
[All PCPP-32-101 Questions]

Select the true statements about the sqirte3 module. (Select two answers.)

Show Suggested Answer Hide Answer
Suggested Answer: A, B

1. The sqlite3 module in python provides an interface compliant to the DB-API 2.0. Thus, it follows a standard performance metric that allows for consistency in database programming with python.

2. The special name 'memory' is used to create a database in RAM using the sqlite3 module. Thus, when you use it as the name of the database file while opening a connection, it creates a temporary database that exists only in memory.


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel