UnitMeasure テーブル (AdventureWorks)
標準の単位のコードと説明が含まれている参照テーブルです。たとえば、リットルの単位コードは L です。
UnitMeasure テーブルの定義
UnitMeasure テーブルは、Production スキーマに含まれています。
列 | データ型 | NULL 属性 | 説明 |
---|---|---|---|
UnitMeasureCode |
nchar(3) |
NOT NULL |
主キー |
Name |
Name (ユーザー定義型) nvarchar(50) |
NOT NULL |
単位の説明 |
ModifiedDate |
datetime |
NOT NULL |
行が最後に更新された日時 |
参照
関連項目
Address テーブル (AdventureWorks)
AddressType テーブル (AdventureWorks)
Vendor テーブル (AdventureWorks)
VendorContact テーブル (AdventureWorks)