When a relationship is defined to enforce referential integrity and Cascade ________ Related Fields, Access will automatically change the data through all related tables when a revision is made to the data in the table that contains the primary key

A) Delete B) Update C) Remove D) Change


B

Computer Science & Information Technology

You might also like to view...

Copyrighted software that certain program developers distribute for free is known as ________

A) firmware B) freeware C) trialware D) bloatware

Computer Science & Information Technology

Which correctly identifies an even integer, given a numeric variable named num?

a. ``` if(num % 0); ``` b. ``` if(num % 1); ``` c. ``` if((num % 12)== 0); ``` d. ``` if(num % 2); ```

Computer Science & Information Technology

Of Firefox, PowerPoint, Safari, and Internet Explorer, all are widely used web browsers for personal computers EXCEPT ____________________.

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

Computer Science & Information Technology

The Processor Manager of a UNIX system kernel handles the allocation of the CPU, process scheduling, and the satisfaction of process requests.

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

Computer Science & Information Technology