Отчет об информационной системе транспортной компании, страница 36

5.8.1.13.13.4 List of all dependencies of the table key Identifier_1

Name

Code

Class Name

Tovar_PK

Tovar_PK

Index

Учавствует в заказе

Tovar_in_Zakaz

Reference

5.8.1.13.14 List of indexes of the table Товар

Name

Code

Unique

Cluster

Primary

Foreign Key

Alternate Key

Tovar_PK

Tovar_PK

X

X

5.8.1.13.15 Index Tovar_PK of the table Товар

5.8.1.13.15.1 Card of the index Tovar_PK of the table Товар

Name

Tovar_PK

Code

Tovar_PK

Unique

Yes

Cluster

No

Primary

Yes

Foreign Key

No

Alternate Key

No

Table

Товар

5.8.1.13.15.2 Code preview of the index Tovar_PK of the table Товар

 The preview is empty because of the setting.

 Check the generation option.

5.8.1.13.15.3 List of index columns of the index Tovar_PK

Name

Code

Sort

Код товара

KodTovar

Ascending

5.8.1.14 Table Транспорт

5.8.1.14.1 Card of table Транспорт

Name

Транспорт

Code

Transport

DBMS

Microsoft SQL Server 2000

5.8.1.14.2 Check constraint name of table Транспорт

CKT_TRANSPORT

5.8.1.14.3 Server validation rule of table Транспорт

%RULES%

5.8.1.14.4 Code preview of table Транспорт

/*==============================================================*/

/* Table: Transport                                             */

/*==============================================================*/

create table Transport (

   KodAvto              numeric              identity,

   GosNumAvto           char(6)              not null,

   MarkaAvto            char(20)             null,

   IspravenAvto         bit                  not null default True,

   GruzopodemAvto       int                  not null default 0

      constraint CKC_GRUZOPODEMAVTO_TRANSPOR check (GruzopodemAvto >= 0),

   constraint PK_TRANSPORT primary key  (KodAvto)

)

go

5.8.1.14.5 List of diagrams containing the table Транспорт

Name

Code

Diagram_1

Diagram_1

5.8.1.14.6 List of extended attributes of the table Транспорт

Name

Data Type

Value

Target Name

ExtCktNotForReplication

(Boolean)

false

Microsoft SQL Server 2000

5.8.1.14.7 List of columns of the table Транспорт

Name

Code

Код авто

KodAvto

Гос№ авто

GosNumAvto

Марка авто

MarkaAvto

Исправность авто

IspravenAvto

Грузоподъемность авто

GruzopodemAvto

5.8.1.14.8 Column Код авто of the table Транспорт

5.8.1.14.8.1 Card of the column Код авто of the table Транспорт

Name

Код авто

Code

KodAvto

Data Type

numeric

Mandatory

Yes

5.8.1.14.8.2 Check constraint name of the column Код авто of the table Транспорт

CKC_KODAVTO_TRANSPOR

5.8.1.14.8.3 Check of the column Код авто of the table Транспорт

Minimum value

Maximum value

Default value

Unit

Format

Uppercase

No

Lowercase

No

Cannot modify

No

List of values

5.8.1.14.8.4 Server validation rule of the column Код авто of the table Транспорт

%MINMAX% and %LISTVAL% and %RULES%

5.8.1.14.8.5 List of all dependencies of the table column Код авто

Name

Code

Class Name

?

?

Reference Join

Код авто

KodAvto

Index Column

Identifier_1

Identifier_1

Key