A field, or a combination of fields, that has a unique value is a:

A) field value/ B) primary key/ C) table/ D) foreign key/


B

Computer Science & Information Technology

You might also like to view...

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

1. JavaFX components are thread safe. 2. (Advanced) Declaring a method synchronized guarantees that deadlock cannot occur. 3.(Advanced) Once a ReentrantLock has been obtained by a thread, the ReentrantLock object will not allow another thread to obtain the lock until the first thread releases it.

Computer Science & Information Technology

Which of the following is the proper way to dynamically access the border width from within the script?

a. ``` document.body.style.BorderWidth ``` b. ``` document.body.attributes.border-width ``` c. ``` document.body.style.border-width ``` d. ``` document.body.style.borderWidth ```

Computer Science & Information Technology

To standardize worksheets, you can use a worksheet ________ with content and formatting as a model

A) trendline B) template C) chart D) consolidation

Computer Science & Information Technology

Pressing [Shift] as you drag to create a shape maintains the shape's ____ as you change its size.

A. proportions B. style C. placement on the slide D. alignment

Computer Science & Information Technology