The most common type of relationship to set up is a(n) ____ relationship, in which the primary key field in one table is associated with multiple records in a second table.

A. one-to-one
B. referential
C. one-to-many
D. integral


Answer: C

Computer Science & Information Technology

You might also like to view...

The larger and more complex the organization, the easier it is to identify and inter-relate all of the required elements of the EBK into a proper security system.

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

Computer Science & Information Technology

Given the following pseudocode of a menu, which of the following While statements could be used to validate the user's input?

``` Select menuSelection Case 1: Do task 1 Case 2: Do task 2 Case 3: Do task 3 Case 4: Do task 4 End Select ``` a. While menuSelection < 1 OR menuSelection > 4 b. While menuSelection <= 1 OR menuSelection >= 4 c. While menuSelection < 1 AND menuSelection > 4 d. While menuSelection < 0 AND menuSelection > 3

Computer Science & Information Technology

Which of the following statements will create an object from the Random class?

a. randomNumbers() = new Random(); b. Random myNumber = new Random(); c. myNumber = new Random(); d. Random = new randomNumbers();

Computer Science & Information Technology

You can use all of the following to select and delete more than one file EXCEPT _____.

A. Ctrl key B. Shift key C. Alt key D. Select All

Computer Science & Information Technology