C-06-Q031mediumsingle_mcq
What does the auto increment attribute do?
What does the auto increment attribute do?
- aDoubles the id value each time
- bIncrements the value of id by 1 automatically when a new row is added
- cResets id to 0 on each insert
- dEncrypts the id column