Case 17-1
Robert, the manager of a small-scale software firm, uses Microsoft Access 2016 to store employee details. He maintains the database and updates it as the details change. Robert retrieves the stored details as and when required using Access.?
Sam is a new employee in the software firm. Robert adds the details about Sam in a new row in the database. The new row created by Robert is an example of a _____.

A. ?field
B. ?foreign key
C. ?record
D. ?primary key


Answer: C

Computer Science & Information Technology

You might also like to view...

Inbound links refer to hyperlinks _____.?

A. ?that link back to the search engine homepage B. ?that link back to the search engine homepage C. ?that open a dialogue box allowing the user to upload information to a server D. ?on a webpage that allow you to link back to the original site that you navigated from

Computer Science & Information Technology

Browsers translate HTML5 code, allowing you to read text, view images, play videos, and listen to audio clips on websites, though each browser renders the webpage content in a different way.

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

Computer Science & Information Technology

What will the following code display?

int numbers[] = {99, 87, 66, 55, 101}; for (int i = 1; i < 4; i++) cout << numbers[i] << " "; a. 99 87 66 55 101 b. 87 66 55 101 c. 87 66 55 d. Nothing. This code has an error.

Computer Science & Information Technology

Both of these controls provide a list of values from which the user can choose an entry:

A. Text Box and List Box. B. Text Box and Combo Box. C. Drop-Down List and Combo Box. D. List Box and Combo Box.

Computer Science & Information Technology