[单选题] 对于Student类中,如果StudentName和StudentNo都可能是键码,则下列语句中正确的是()。
A. InterfaceStudent(KeyStudentName,StudentNo)
B. InterfaceStudent(Key(StudentName,StudentNo))
C. InterfaceStudent(KeyStudentNameorStudentNo)
D. InterfaceStudent(KeyStudentNameandStudentNo)
本题所属科目:数据库原理
请老师帮忙给出正确答案,谢谢!
题目来自:
对于Student类中,如果StudentName和StudentNo都可能是键码,则下列语句中正确的是()。