When a primary key is changed in one table but the corresponding foreign keys in the related table are not, records can become ____.

A. orphaned
B. widowed
C. childless
D. unrelated

Answer: A

Computer Science & Information Technology

You might also like to view...

What is the Windows key sequence for typing the end-of-file indicator in Command Prompt window?

a) z b) z c) z d) z

Computer Science & Information Technology

?Which of the following style rules is used to draw a 1px red dotted line around every element on a web page along with a wildcard selector?

A. ?*{outline: 1px dotted red;} B. ?*{outline-style: 1px dotted red} C. ?*{outline-style="1px red dotted"} D. ?*{outline: 1px, red, dotted;}

Computer Science & Information Technology