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圖