1.
What is database connectivity in Python?

2.
Which module is commonly used for database connectivity in Python?

3.
What is SQLite?

4.
How can you create a new SQLite database using the sqlite3 module?

5.
What is a cursor in the context of database connectivity?

6.
How do you establish a connection to an SQLite database using sqlite3?

7.
What is the purpose of the execute() method in the sqlite3 module?

8.
What is SQL injection?

9.
How do parameterized queries help prevent SQL injection?

10.
Which of the following is NOT a common SQL database management system?