Which type of field is incremented automatically? A. Auto Elevate B. AutoNumber C. Auto Increment D. Auto Value

Auto Elevate
AutoNumber
Auto Increment
Auto Value

The correct answer is C. AutoNumber.

An AutoNumber field is a field that is automatically incremented by 1 each time a new record is added to a table. This is useful for fields that need to be unique, such as an ID field.

Auto Elevate is not a valid option.

Auto Value is a synonym for AutoNumber.

I hope this helps!