Add the constraint that ISBN and Name fields are alternate keys in the TITLE table and that they cannot take a NULL value
应该怎么写?
...全文
1171打赏收藏
sql的一个小问题
TITLE(Name, ISBN, CallNumber, Year, AuthorFName, AuthorLName); PK(CallNumber) Add the constraint that ISBN and Name fields are alternate keys in the TITLE table and that they cannot take a NULL value 应该怎么写?