Any column (or collection of columns) that determines another column is called a(n) ____.
A. nonkey column
B. primary key
C. dependency
D. determinant
Answer: D
You might also like to view...
Which of the following statements is NOT a common use of the text functions?
A) To reconfigure data downloaded from the internet or received via email B) To extract specific parts of data within a field to match personal configuration C) To manipulate data that has been received from other sources D) To calculate the interval between dates presented in the data
State whether each of the following is true or false. If false, explain why.
1) All virtual functions in an abstract base class must be declared as pure virtual functions. 2) Referring to a derived-class object with a base-class handle is dangerous. 3) A class is made abstract by declaring that class virtual. 4) If a base class declares a pure virtual function, a derived class must implement that function to become a concrete class. 5) Polymorphic programming can eliminate the need for switch logic.