1. 网上人才招聘系统E-R图
都是假的,我都被骗了,还交了600元押金。大家可不要上当了呀。天下没有百吃的午餐呀!
2. 画一个网上售票系统的ER图,实体可以有哪些
幸福的干部v大发核桃仁
3. 网上调查系统的er图
这三种关系没问题 是你们老师脑子有问题 你的ER图我觉得唯一有点画蛇添足的地方时右上的用户资料 完全可以把它和登录这个关系去掉 然后将右下的用户资料和管理相连
4. 网上购书系统ER图
The ER Model of the Bookseller System
Entities:
Customer: Username, Password, Age, Sex, Salary, Speciality, Address(Street, City, Postcode), E-mail, Tel, Mobilephone, FavType;
VIPUser: Username, Totalprice, Discount;
NormalUser: Username, Totalprice, Discount;
Book: BookID, Bookname, Author{Name(Fname, MI, Lname)}, ISBN(_________), Year, Pub, Type, Price, Discount, Number;
Stock: BookID, Number;
Oos: BookID, Number;
BookType: TypeID, Type, Nmuber;
Relationships:
Sell: <Customer, Book>, M:N, PARTIAL/PARTIAL, SNoBook(Sno, Username, BookID), Number, Price, Totalprice, WayofSend, FixDate, SendDate, GetDate;
Has: <Book, BookType>, N:1, TOTAL/PARTIAL;
Some Assumptions/Clarifications:
• Not all customers necessarily buy books. Not all books are necessarily sold.
• Not all booktypes need necessarily be of books. However, all books must have a booktype and only one booktype.
• If there is no book with a particular name, the book will be in the out of stock set. The others are in the stock set.
• The customer who has paid over 200 Yuan will be in the VIP set. The others are in the normal set.
图传不上去……
5. 音像社网上买卖网站设计ER图
实体-联系图
一个简单的例子(Entity-Relation
Diagram)用来建立数据模型。通常将它简称为ER图,相应地可把用ER图描绘的数据模型称为ER模型。
建议你登陆亚洲雄鹰网站。
6. 跪求MySQL数据库,网上书店的ER图和需求分析什么的,具体详细,对客户的周到,蟹蟹
1.将mysql中的数据库导出成sql文件
2.打开pd,新建一个PhysicalDataModel,新建的时候,记得选则数据库
3.在pd中,找内到工具栏中的容Database-->Reverse Engineer Database(反向工程)
4.选择Using script file(使用脚本),点击下面的新建,定位到刚刚导出的sql文件
5.确定
7. 购书管理系统ER图怎么设计
在网上找个ER设计软件! 最好是中文版的! 自己做一个! 应该不是很难!
8. 网上书店系统ER图怎么画
狭义的系统er图是database的对应关系图,
先把书店系统的db设计好,各个db之间怎么关联,怎么关联想清楚,就成了er图