The property that the value in a foreign key must match another table's primary key is called _________________________.

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


referential integrity

Computer Science & Information Technology

You might also like to view...

Assume StringBuilder strBuf is "ABCDEFG", after invoking _________, strBuf contains "AEFG".

a. strBuf.delete(0, 3) b. strBuf.delete(1, 3) c. strBuf.delete(1, 4) d. strBuf.delete(2, 4)

Computer Science & Information Technology

The loadedBytes is compared with the totalBytes. When the values are equal, it means the loading is complete and the playhead is moved to the ____ frame.

A. Home B. End C. Calculation D. Preload

Computer Science & Information Technology

A(n) _______ protects only against the overvoltage condition

Fill in the blank(s) with correct word

Computer Science & Information Technology

Maintaining state refers to storing persistent data about a Web site visit using hidden form fields, query strings, cookies and sessions.

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

Computer Science & Information Technology