A field in a table with an AutoNumber data type is automatically numbered sequentially, and ________
A) those numbers change automatically when records are deleted from the database
B) those numbers do not change as records are added, deleted, or modified
C) those numbers do not change as records are appended, but do change when records are deleted
D) those numbers change automatically when records are appended to the database
B
Computer Science & Information Technology
You might also like to view...
A map ________ defines an image map
A) id B) element C) name D) guide
Computer Science & Information Technology
Given the declarationint *p;The statementp = new int[50]; dynamically allocates an array of 50 components of type int and p contains the base address of the array.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology