Which two statements are true about AUTO_INCREMENT?
AUTO_INCREMENT values allocated to a transaction that is rolled back are not reused.
A table can have multiple AUTO_INCREMENT columns.
A server restart always resets the AUTO_INCREMENT value to largest value in the AUTO_INCREMENT column plus 1.
The decimal data type supports AUTO_INCREMENT.
An AUTO_INCREMENT column must be indexed.
Submit