Question 9
Consider the following Flask SQLalchemy code.
What is true about the credits column?
It is an auto-increment column.
If the value is not provided, it takes 3.
It is an auto-increment that starts from 3.
It can’t store a value other than 3.