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)
出自:东北林业大学-数据库系统原理(专升本)