题目内容:
8. 对于 Student 类中,如果 StudentName 和 StudentNo 都可能是键码,则下列语句中正确的是()。(本题2.0分)A、 Interface Student (Key StudentName, StudentNo)
B、 Interface Student (Key (StudentName, StudentNo))
C、 Interface Student (Key StudentName or StudentNo)
D、 Interface Student (Key StudentName and StudentNo)
参考答案: