Order Id: Integer
作为一个被添加的特性,当你按下回车键时,你会发现在下一行上已经立即添加了下一个属性。
Order Description: String Order Type: ProductType Order Status: OrderStatus Created By: String Created Date: Date
在你为最后一行按下回车键后,按 Escape 键,它能够删除新的将要添加的属性。仔细的输入上面所示的属性。两个词的名字,比如 Order Description 之间有一个空格;两个词的类型则没有。
为剩下的实体添加属性
重复前面所讲述的过程来为其余的五个实体添加被需要的所有属性。
为 Order Detail:
Order Detail Id: Integer Sequence: Integer Quantity: Single Price: Currency
为 Supplier:
Supplier Number: Integer Supplier Type: ProductType Location: String Active: Boolean Address: String
为 Product:
Product Id: Integer Product Description: String Product Type: ProductType Units In Stock: Long Units Sold: Long Cost Price: Currency Selling Price: Currency
为 Garment:
Size Range: String Color: String Fashion Season: String
为 Food Item:
Sell By Date: Date Perishable: Boolean
你的逻辑数据模型图看起来应该与下面的图非常相似:
在这个阶段,你已经为超市的样例在最初的实体列表中输入了所有的信息表示。虽然信息是相同的,但是在 Data Modeler 中的信息提供了两个独特的优点。第一个是,你拥有了一个立即被创建的图;第二个是,你输入到图中的大部分数据都成为了结构化模型中的数据。你可以非常自由的产生图。
文章来源于领测软件测试网 https://www.ltesting.net/