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