Question 4
What is the purpose of the primary_key=True attribute in a SQLAlchemy model?
It allows duplicate values in the column
It uniquely identifies each row in the table
It automatically creates foreign key relationships
It makes the column optional