Which of the following is true of working in Datasheet view on Microsoft Access 2016??

A. ?In Microsoft Access, each column is a field, and each row is a record.
B. ?A field name cannot be used again in another table in the same database.
C. ?In Microsoft Access, each field need not be assigned a data type.
D. ?A new row can be inserted between existing records in a datasheet.

Answer: A

Computer Science & Information Technology

You might also like to view...

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

1) A method such as Main “drives” an object by calling its methods—without having to know how the class’s internal mechanisms work. In this sense, the class containing method Main is referred to as a driver class. 2) Method ReadLine reads a whole line, including all the characters the user types up to and including the newline that the user typed by pressing Enter. 3) ``` myAccount.SetName(theName); calls myAccounts’s SetName method, passing theName’s value as SetName’s argument. ``` 4) The default initial value for string instance variables is the empty string.

Computer Science & Information Technology

A query that prompts you for criteria before running

a. Aggregate query
b. Update query
c. Parameter query

Computer Science & Information Technology