InterviewSolution
Saved Bookmarks
| 1. |
The key declares that an index in one table is related to that in another is called _____________(a) primary(b) secondary(c) foreign(d) cross |
|
Answer» Correct option is (c) foreign Explanation: In MySQL, a foreign key is the one that facilitates index relations across tables. It declares that an index in one table is related to that in another and place constraints. |
|