11.
How can you fetch data from a result set obtained through an execute() command?

12.
What does the commit() method do in the context of database transactions?

13.
What is an ORM (Object-Relational Mapping) in database connectivity?

14.
Which ORM library is popular for Python database connectivity?

15.
How do you define a class that maps to a database table using SQLAlchemy?

16.
What is a primary key in a database table?

17.
What is the role of a foreign key in a relational database?

18.
What does the term "CRUD" stand for in the context of databases?

19.
How can you update data in a database table using SQL?

20.
What is the purpose of a stored procedure in a database?