The ________ data type generates the value by automatically incrementing the value for each new record to produce unique keys

A) Calculated B) AutoNumber C) Short Text D) Number


B

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. An object-oriented program consists of a series of logical modules linked by a control structure 2. The basic idea of the object-oriented approach to software development is to design and write the software as a set of independent objects linked by signals. 3. Object-oriented software is another name for structured software. 4. An object contains both data and methods. 5. Objects communicate by transmitting and responding to messages, where a message might contain a signal (information about an event or occurrence) or data.

Computer Science & Information Technology

When you are sorting files and folders in File Explorer, use ________ view to get the most interactive view available

A) Details B) Folder C) List D) Tiles

Computer Science & Information Technology

A(n) ________ chart displays two different types of data by using multiple chart types in a single chart object

A) Scatter B) combination C) column D) area

Computer Science & Information Technology

Case-Based Critical Thinking Question ? Gary works at a local ice rink and has been assigned the task of determining what fonts to use on the website. Gary decides to specify two font families. The correct CSS for specifying this would be ____.

A. Font-family: Tahoma, Arial; B. Font-stack: Tahoma, Arial; C. Font-family: Tahoma; Arial; D. Font-stack: Tahoma; Arial.

Computer Science & Information Technology