A field that appears in two or more tables and contains identical data to relate the tables is called a(n) ____________________ field.

Fill in the blank(s) with the appropriate word(s).


common

Computer Science & Information Technology

You might also like to view...

When the call by reference using reference parameters technique is used for passing a variable's address to a function, what must be included in the call statement?

A. The & operator and the variable name. B. Just the variable name. C. The * operator and the variable name. D. The operator and the variable name.

Computer Science & Information Technology

________ is the standard language for describing and delivering data on the Web

Fill in the blank(s) with correct word

Computer Science & Information Technology

If your computer is connected to a projector, and you start a slide show in Slide Show view, ____________________ view starts on the computer and Slide Show view appears on the projection screen.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

How can the code in the following example best be described? ? int scoreThreshold[4] = {90, 80, 70, 60}; char letterGrade[4] = {'A', 'B', 'C', 'D'}; ?

A. ?multi-value arrays B. ?two-dimensional array C. ?scalar arrays D. ?parallel arrays

Computer Science & Information Technology