Working with SQLite

How do you execute a SELECT statement in Python to retrieve data from an SQLite database?
What is the first step in connecting to an SQLite database using Python?
How do you close a connection to an SQLite database in Python?
Which of the following is NOT a valid method for committing a transaction in Python when working with an SQLite database?
How do you roll back a transaction in Python when working with an SQLite database?

Congratulations. You have achieved /5.

Try Again?