Question 1
Which module in python is commonly used to interact with databases?
Question 2
What tyep of keys are used to uniquely identify a record in a database table?
Question 3
What does ORM stand for in the context of databases?
Question 4
What is the purpose of the fetchall() method in python's sqlite3 module?
Question 5
Which python library provides support for postgreSQL database interaction?
Question 6
What method is used to establish a connection to a database 'eqlite3' in python?
Question 7
Which method is used to execute an SQL query in sqlite3 in python?
Question 8
Which SQL statement is used to delete records from a table in a database?
Question 9
Which of the following is not a relational database managment system supported by python?
Question 10
In python's sqlits3, what method is used to commit transactions to the database?