Which of the following is the primary key of the ORDER_LINE (ORDER_NUM, PART_NUM, NUM_ORDERED, QUOTED_PRICE) table?

A. ORDER_NUM
B. PART_NUM
C. QUOTED_PRICE
D. ORDER_NUM and PART_NUM


Answer: D

Computer Science & Information Technology

You might also like to view...

In Java, all variables declared using a class are ____.

A. primitive variables B. reference variables C. constants D. operators

Computer Science & Information Technology

VBA is a(n) ________ programming language

A) object-oriented B) macro-enabled C) standard D) syntax-driven

Computer Science & Information Technology

In the figure above, which number refers to the Clone Stamp tool?

A. 2 B. 4 C. 6 D. 8

Computer Science & Information Technology

A vector called aList has size 6. After the following function calls, what will its size be?

aList.push_back (someThing); aList.push_back(anyThing); aList.pop_back (); a) 5 b) 6 c) 7 d) 8

Computer Science & Information Technology