注意:此页面搜索的是所有试题
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)

参考答案