What database key links one table to another?
A) Primary key
B) Foreign key
C) Secondary key
D) Relational key
Answer: B) Foreign key
Computer Science & Information Technology
You might also like to view...
The recursion step should:
a. check for the base case. b. call a fresh copy of the recursive method to work on a smaller problem. c. make two calls to the recursive method. d. iterate until it reaches a termination condition.
Computer Science & Information Technology
Discuss exception handling.
What will be an ideal response?
Computer Science & Information Technology