5.8.1.6.12.4 Server validation rule of the column Контактный телефонДиспетчера of the table Диспетчер
%MINMAX% and %LISTVAL% and %RULES%
5.8.1.6.12.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.6.13 List of keys of the table Диспетчер
Name |
Code |
Primary |
Identifier_1 |
Identifier_1 |
X |
5.8.1.6.14 Key Identifier_1 of the table Диспетчер
5.8.1.6.14.1 Card of the key Identifier_1 of the table Диспетчер
Name |
Identifier_1 |
Code |
Identifier_1 |
Table |
Диспетчер |
5.8.1.6.14.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.6.14.3 List of columns of the table key Identifier_1
Name |
Code |
Код диспетчера |
KodDispetcher |
5.8.1.6.14.4 List of all dependencies of the table key Identifier_1
Name |
Code |
Class Name |
Dispetcher_PK |
Dispetcher_PK |
Index |
Установил рейс |
Dispetcher_in_Reys |
Reference |
5.8.1.6.15 List of indexes of the table Диспетчер
Name |
Code |
Unique |
Cluster |
Primary |
Foreign Key |
Alternate Key |
Dispetcher_PK |
Dispetcher_PK |
X |
X |
5.8.1.6.16 Index Dispetcher_PK of the table Диспетчер
5.8.1.6.16.1 Card of the index Dispetcher_PK of the table Диспетчер
Name |
Dispetcher_PK |
Code |
Dispetcher_PK |
Unique |
Yes |
Cluster |
No |
Primary |
Yes |
Foreign Key |
No |
Alternate Key |
No |
Table |
Диспетчер |
5.8.1.6.16.2 Code preview of the index Dispetcher_PK of the table Диспетчер
The preview is empty because of the setting.
Check the generation option.
5.8.1.6.16.3 List of index columns of the index Dispetcher_PK
Name |
Code |
Sort |
Код диспетчера |
KodDispetcher |
Ascending |
5.8.1.7 Table Заказ
5.8.1.7.1 Card of table Заказ
Name |
Заказ |
Code |
Zakaz |
DBMS |
Microsoft SQL Server 2000 |
5.8.1.7.2 Check constraint name of table Заказ
CKT_ZAKAZ
5.8.1.7.3 Server validation rule of table Заказ
%RULES%
5.8.1.7.4 Code preview of table Заказ
/*==============================================================*/
/* Table: Zakaz */
/*==============================================================*/
create table Zakaz (
IDZakaz numeric identity,
KodMenedger numeric null,
KodTovar numeric null,
TovarKolich int not null
constraint CKC_TOVARKOLICH_ZAKAZ check (TovarKolich >= 1),
constraint PK_ZAKAZ primary key (IDZakaz)
)
go
5.8.1.7.5 List of diagrams containing the table Заказ
Name |
Code |
Diagram_1 |
Diagram_1 |
5.8.1.7.6 List of extended attributes of the table Заказ
Name |
Data Type |
Value |
Target Name |
ExtCktNotForReplication |
(Boolean) |
false |
Microsoft SQL Server 2000 |
Уважаемый посетитель!
Чтобы распечатать файл, скачайте его (в формате Word).
Ссылка на скачивание - внизу страницы.