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

5.8.1.5.14.4 Server validation rule of the column Контактный телефон водителя of the table Водитель

%MINMAX% and %LISTVAL% and %RULES%

5.8.1.5.14.5 List of extended attributes of the table column Контактный телефон водителя

Name

Data Type

Value

Target Name

ExtCkcNotForReplication

(Boolean)

false

Microsoft SQL Server 2000

ExtDeftConstName

(String)

Microsoft SQL Server 2000

ExtIdentityIncrement

(Integer)

Microsoft SQL Server 2000

ExtIdentitySeed

(Integer)

Microsoft SQL Server 2000

ExtIdtNotForReplication

(Boolean)

false

Microsoft SQL Server 2000

ExtNullConstName

(String)

Microsoft SQL Server 2000

5.8.1.5.15 List of keys of the table Водитель

Name

Code

Primary

Identifier_1

Identifier_1

X

5.8.1.5.16 Key Identifier_1 of the table Водитель

5.8.1.5.16.1 Card of the key Identifier_1 of the table Водитель

Name

Identifier_1

Code

Identifier_1

Table

Водитель

5.8.1.5.16.2 Code preview of the key Identifier_1 of the table Водитель

 The preview is empty because of the setting.

 Check the generation option.

5.8.1.5.16.3 List of columns of the table key Identifier_1

Name

Code

Код водителя

KodDriver

5.8.1.5.16.4 List of all dependencies of the table key Identifier_1

Name

Code

Class Name

Driver_PK

Driver_PK

Index

Участвует в колонне

Driver_in_Kolonna

Reference

5.8.1.5.17 List of indexes of the table Водитель

Name

Code

Unique

Cluster

Primary

Foreign Key

Alternate Key

Driver_PK

Driver_PK

X

X

5.8.1.5.18 Index Driver_PK of the table Водитель

5.8.1.5.18.1 Card of the index Driver_PK of the table Водитель

Name

Driver_PK

Code

Driver_PK

Unique

Yes

Cluster

No

Primary

Yes

Foreign Key

No

Alternate Key

No

Table

Водитель

5.8.1.5.18.2 Code preview of the index Driver_PK of the table Водитель

 The preview is empty because of the setting.

 Check the generation option.

5.8.1.5.18.3 List of index columns of the index Driver_PK

Name

Code

Sort

Код водителя

KodDriver

Ascending

5.8.1.6 Table Диспетчер

5.8.1.6.1 Card of table Диспетчер

Name

Диспетчер

Code

Dispetcher

DBMS

Microsoft SQL Server 2000

5.8.1.6.2 Check constraint name of table Диспетчер

CKT_DISPETCHER

5.8.1.6.3 Server validation rule of table Диспетчер

%RULES%

5.8.1.6.4 Code preview of table Диспетчер

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

/* Table: Dispetcher                                            */

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

create table Dispetcher (

   KodDispetcher        numeric              identity,

   FamilyDispetcher     char(20)             not null,

   NameDispetcher       char(20)             not null,

   OtchestvoDispetcher  char(20)             not null,

   KTelefonDispetcher   char(12)             null,

   constraint PK_DISPETCHER primary key  (KodDispetcher)

)

go

5.8.1.6.5 List of diagrams containing the table Диспетчер

Name

Code

Diagram_1

Diagram_1

5.8.1.6.6 List of extended attributes of the table Диспетчер

Name

Data Type

Value

Target Name

ExtCktNotForReplication

(Boolean)

false

Microsoft SQL Server 2000