- 3
- 0
- 约6.32万字
- 约 42页
- 2017-11-10 发布于江苏
- 举报
数据库部分答案
声明:改答案是网络搜集版,不能保证全部跟课本吻合,由于本人翻译水平有限,只翻译了一部分,精力有限,就只翻译了一点点,翻译的部分,有不正确的请大家多多包涵,大部分的英语基本上都是说明的部分,so ╮(╯_╰)╭,大家好好复习吧,~~加油~北工见~~~
----------------通过导航窗格可以方便的查看某一章的答案---------------
Solutions for Section 2.1
Exercise 2.1.1
interface Customer {
attribute string name;
attribute string addr;
attribute string phone;
attribute integer ssNo;
relationship SetAccount ownsAccts
inverse Account::ownedBy;
}
interface Account {
attribute integer number;
attribute string type;
attribute real balance;
relationship SetCustomer ownedBy
inverse Customer::ownsAcc
原创力文档

文档评论(0)