If a user selects the ________ Related Fields option while creating a relationship, Access will automatically modify all foreign key values in a related table to match any modifications made to the primary key

Fill in the blank(s) with correct word


Cascade Update

Computer Science & Information Technology

You might also like to view...

Which part of the ADT tells the programmer using it how to use it?

a. the implementation b. the interface c. the abstractness d. the scope resolution

Computer Science & Information Technology

The method best suited to sorting a small number of items (fewer than 100) is the:

a. bubble sort b. selection sort c. serial sort d. binary sort

Computer Science & Information Technology

What will be the displayed when the following code is executed? final int x = 22, y = 4; y += x; System.out.println("x = " + x + ", y = " + y);

a. x = 22, y = 4 b. x = 22, y = 26 c. x = 22, y = 88 d. Nothing, this is an error

Computer Science & Information Technology

The Painting workspace displays the Brush panel, the Brush presets panel, and the Swatches panel, among others - all of which you would need when ______.

A. using the Magic Wand tool B. selecting pixels C. painting D. drawing

Computer Science & Information Technology